summaryrefslogtreecommitdiff
path: root/devel/libdaemon/patches/patch-ab
blob: 73c618d3c742506adf13d24eccf4dd420d1eb1b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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>