commit 75b457bc0c3618d07f67b08a3efe498791dd5fee parent 63de51aa52c69c57370c77d51ab9fc84196b7073 Author: Christoph Lohmann <20h@r-36.net> Date: Sun, 27 Nov 2011 10:13:50 +0100 Standardizing on non-standards. Diffstat:
main.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.c b/main.c @@ -218,7 +218,7 @@ sighandler(int sig) shutdown(listfd, SHUT_RDWR); close(listfd); } - exit(EXIT_SUCCESS); + exit(0); break; default: break;