freebsd-dev/tools/regression/sockets/reconnect
Enji Cooper eb1c509ffd Fix warnings with gcc 5.0
reconnect.c:
- Convert the K&R prototype of main to an ANSI prototype to mute a
  warning from gcc 4.2.1
- Close s_sock2 after finishing off the last test to plug a leak and
  mute a warning from gcc 5.0 about a -Wunused-but-set variable

sendfile.c:
- Fix a -Wunused-but-set warning with gcc 5.0 with pagesize in main(..)

MFC after: 5 days
Sponsored by: EMC / Isilon Storage Division
2016-01-16 02:15:13 +00:00
..
Makefile Fix even more warnings.. 2015-04-11 07:37:21 +00:00
reconnect.c Fix warnings with gcc 5.0 2016-01-16 02:15:13 +00:00