mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
431133bf98
order I've ever seen. Haven't these guys ever done Unix programming before? * Quiet some compiling warnings. For "security" software, this code should NOT have as many warnings and unused vars as it does.
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
--- lib/daemon.c.orig Thu Feb 5 16:01:34 1998
|
|
+++ lib/daemon.c Thu Dec 10 07:57:36 1998
|
|
@@ -11,10 +11,10 @@
|
|
* added sleep on bind failure.
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/signal.h>
|
|
#include <syslog.h>
|
|
#include <errno.h>
|
|
-#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#ifdef SYSV
|
|
#include <sys/sockio.h>
|