pkgsrc/devel/libdaemon/patches/patch-ab

15 lines
366 B
Text

$NetBSD: patch-ab,v 1.1 2009/12/20 23:29:02 tnn Exp $
--- examples/testd.c.orig 2009-10-18 02:20:19.000000000 +0000
+++ examples/testd.c
@@ -22,8 +22,8 @@
#include <errno.h>
#include <string.h>
#include <sys/types.h>
-#include <sys/time.h>
-#include <sys/unistd.h>
+#include <time.h>
+#include <unistd.h>
#include <sys/select.h>
#include <libdaemon/dfork.h>