freebsd-dev/tools/regression/sockets/sendfile
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 LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
sendfile.c Fix warnings with gcc 5.0 2016-01-16 02:15:13 +00:00