diff options
Diffstat (limited to 'sysutils/news/patches/patch-aa')
-rw-r--r-- | sysutils/news/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/news/patches/patch-aa b/sysutils/news/patches/patch-aa new file mode 100644 index 00000000000..10ad5b04580 --- /dev/null +++ b/sysutils/news/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2006/11/28 16:46:16 tv Exp $ + +--- news.c.orig 2005-02-18 22:53:47.000000000 -0500 ++++ news.c +@@ -28,6 +28,7 @@ + + #include <sys/types.h> + #include <sys/stat.h> ++#include <sys/time.h> + + #include <err.h> + #include <errno.h> |