pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hre Include sys/time.h before sys/resource.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3819508faed8
branches:  trunk
changeset: 505290:3819508faed8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 02 11:20:57 2006 +0000

description:
Include sys/time.h before sys/resource.h.

diffstat:

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

diffs (27 lines):

diff -r 363da0d3b956 -r 3819508faed8 textproc/hre/distinfo
--- a/textproc/hre/distinfo     Mon Jan 02 11:06:34 2006 +0000
+++ b/textproc/hre/distinfo     Mon Jan 02 11:20:57 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 14:48:42 agc Exp $
+$NetBSD: distinfo,v 1.5 2006/01/02 11:20:57 joerg Exp $
 
 SHA1 (hre-0.9.8a.tar.gz) = 9082ec1553052483340ec15648204738ecab1e41
 RMD160 (hre-0.9.8a.tar.gz) = ea5bb3ce17e07eb85c596502d3ecdb1e62c06fc0
 Size (hre-0.9.8a.tar.gz) = 369257 bytes
+SHA1 (patch-aa) = ad42f93bea365cedb78265a728281e1d759141f8
diff -r 363da0d3b956 -r 3819508faed8 textproc/hre/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hre/patches/patch-aa     Mon Jan 02 11:20:57 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2006/01/02 11:20:57 joerg Exp $
+
+--- src/timevar.c.orig 2006-01-02 11:18:19.000000000 +0000
++++ src/timevar.c
+@@ -26,6 +26,7 @@ Software Foundation, 59 Temple Place - S
+ 
+ extern void *xmalloc(unsigned);
+ 
++#include <sys/time.h>
+ 
+ #ifdef HAVE_SYS_TIMES_H
+ # include <sys/times.h>



Home | Main Index | Thread Index | Old Index