pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/mtree/files sync with -current:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f89fac756aae
branches:  trunk
changeset: 465060:f89fac756aae
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Dec 20 04:54:56 2003 +0000

description:
sync with -current:

#include <util.h>
this is needed by fparseln on macos/darwin and is harmless on netbsd

diffstat:

 pkgtools/mtree/files/excludes.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 9d94dac99c52 -r f89fac756aae pkgtools/mtree/files/excludes.c
--- a/pkgtools/mtree/files/excludes.c   Sat Dec 20 04:52:50 2003 +0000
+++ b/pkgtools/mtree/files/excludes.c   Sat Dec 20 04:54:56 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: excludes.c,v 1.2 2003/09/05 04:38:47 grant Exp $       */
+/*     $NetBSD: excludes.c,v 1.3 2003/12/20 04:54:56 grant Exp $       */
 
 /*
  * Copyright 2000 Massachusetts Institute of Technology
@@ -38,7 +38,7 @@
 #endif
 
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: excludes.c,v 1.2 2003/09/05 04:38:47 grant Exp $");
+__RCSID("$NetBSD: excludes.c,v 1.3 2003/12/20 04:54:56 grant Exp $");
 #endif
 
 #if HAVE_SYS_TYPES_H
@@ -63,6 +63,9 @@
 #if HAVE_TIME_H
 #include <time.h>
 #endif
+#if HAVE_UTIL_H
+#include <util.h>
+#endif
 
 #include "extern.h"
 



Home | Main Index | Thread Index | Old Index