pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/news Standards say that timeval is in <sys/ti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/343510333fd9
branches:  trunk
changeset: 521945:343510333fd9
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 28 16:46:16 2006 +0000

description:
Standards say that timeval is in <sys/time.h> (needed for Interix).

diffstat:

 sysutils/news/distinfo         |   3 ++-
 sysutils/news/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r d4f80ac702d3 -r 343510333fd9 sysutils/news/distinfo
--- a/sysutils/news/distinfo    Tue Nov 28 16:42:51 2006 +0000
+++ b/sysutils/news/distinfo    Tue Nov 28 16:46:16 2006 +0000
@@ -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 -r d4f80ac702d3 -r 343510333fd9 sysutils/news/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/news/patches/patch-aa    Tue Nov 28 16:46:16 2006 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index