]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r294127:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Jan 2016 05:57:32 +0000 (05:57 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Jan 2016 05:57:32 +0000 (05:57 +0000)
commitf34c74e17d5f215cb945437b0f8ac906ae3775c6
treea80b90952ff2d4521b354a7db462a53d8fba4374
parent93fa20582dbf3ac0a4735e64930d0a2e9072a31f
MFC r294127:

Fix warnings with clang/gcc

- Get rid of unused argc/argv variables in main
- Exit on failure with a return code of 1 instead of -1 with err/errx as a
  return code of -1 is implementation dependent
- Bump WARNS to 6

git-svn-id: svn://svn.freebsd.org/base/stable/10@294485 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tools/regression/sockets/zerosend/Makefile
tools/regression/sockets/zerosend/zerosend.c