pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/lib Put back <sys/vfs.h> lo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33b78bee040a
branches:  trunk
changeset: 460734:33b78bee040a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Sep 03 14:22:57 2003 +0000

description:
Put back <sys/vfs.h> lost in last update.

diffstat:

 pkgtools/pkg_install/files/lib/pen.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 4132771752a5 -r 33b78bee040a pkgtools/pkg_install/files/lib/pen.c
--- a/pkgtools/pkg_install/files/lib/pen.c      Wed Sep 03 14:08:09 2003 +0000
+++ b/pkgtools/pkg_install/files/lib/pen.c      Wed Sep 03 14:22:57 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pen.c,v 1.10 2003/09/03 14:06:00 jlam Exp $    */
+/*     $NetBSD: pen.c,v 1.11 2003/09/03 14:22:57 jlam Exp $    */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -11,7 +11,7 @@
 #if 0
 static const char *rcsid = "from FreeBSD Id: pen.c,v 1.25 1997/10/08 07:48:12 charnier Exp";
 #else
-__RCSID("$NetBSD: pen.c,v 1.10 2003/09/03 14:06:00 jlam Exp $");
+__RCSID("$NetBSD: pen.c,v 1.11 2003/09/03 14:22:57 jlam Exp $");
 #endif
 #endif
 
@@ -48,6 +48,9 @@
 #if HAVE_SYS_MOUNT_H
 #include <sys/mount.h>
 #endif
+#if HAVE_SYS_VFS_H
+#include <sys/vfs.h>
+#endif
 
 /* For keeping track of where we are */
 static char Current[FILENAME_MAX];



Home | Main Index | Thread Index | Old Index