Standardizing on non-standards. - geomyidae - A small C-based gopherd.
HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 75b457bc0c3618d07f67b08a3efe498791dd5fee
DIR parent 63de51aa52c69c57370c77d51ab9fc84196b7073
HTML Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 27 Nov 2011 10:13:50 +0100
Standardizing on non-standards.
Diffstat:
M main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR 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;