mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
$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>
|