diff options
author | tv <tv@pkgsrc.org> | 2006-11-28 16:46:16 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-11-28 16:46:16 +0000 |
commit | 160f65fcccac998d42e4e8607beeafb7fc1f0af5 (patch) | |
tree | 44f4b496e20d5fd4e4cd1c9462b00ad29f7b5ed9 /sysutils/news | |
parent | 69e52cdae9526e6e21b653ec03322d9eb33cb3dd (diff) | |
download | pkgsrc-160f65fcccac998d42e4e8607beeafb7fc1f0af5.tar.gz |
Standards say that timeval is in <sys/time.h> (needed for Interix).
Diffstat (limited to 'sysutils/news')
-rw-r--r-- | sysutils/news/distinfo | 3 | ||||
-rw-r--r-- | sysutils/news/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/news/distinfo b/sysutils/news/distinfo index c010201fd64..e3ac4c57dc8 100644 --- a/sysutils/news/distinfo +++ b/sysutils/news/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 13:40:55 agc Exp $ +$NetBSD: distinfo,v 1.5 2006/11/28 16:46:16 tv Exp $ SHA1 (news-0.2.tar.gz) = 4c6b8cdae58eb3c57d78b14d45104eb96098d052 RMD160 (news-0.2.tar.gz) = 091c2c7b3502fad33984035a6589986cbc4b018a Size (news-0.2.tar.gz) = 3812 bytes +SHA1 (patch-aa) = f6550129bb13741e2eb10dfcdb74067dca020609 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> |