pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files Solaris has fsid_t in sys/v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c5076db2ff5
branches:  trunk
changeset: 470743:3c5076db2ff5
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Thu Mar 11 18:35:29 2004 +0000

description:
Solaris has fsid_t in sys/vfs.h, so include appropriately.

This gets the new pkgsrc bootstrap working on Solaris.

diffstat:

 pkgtools/libnbcompat/files/configure    |  3 +++
 pkgtools/libnbcompat/files/configure.ac |  5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r f7a4ef0253df -r 3c5076db2ff5 pkgtools/libnbcompat/files/configure
--- a/pkgtools/libnbcompat/files/configure      Thu Mar 11 18:19:08 2004 +0000
+++ b/pkgtools/libnbcompat/files/configure      Thu Mar 11 18:35:29 2004 +0000
@@ -5511,6 +5511,9 @@
 #if HAVE_SYS_MOUNT_H
 #include <sys/mount.h>
 #endif
+#if HAVE_SYS_VFS_H
+#include <sys/vfs.h>
+#endif
 
 int
 main ()
diff -r f7a4ef0253df -r 3c5076db2ff5 pkgtools/libnbcompat/files/configure.ac
--- a/pkgtools/libnbcompat/files/configure.ac   Thu Mar 11 18:19:08 2004 +0000
+++ b/pkgtools/libnbcompat/files/configure.ac   Thu Mar 11 18:35:29 2004 +0000
@@ -1,4 +1,4 @@
-dnl $NetBSD: configure.ac,v 1.37 2004/03/11 13:28:45 grant Exp $
+dnl $NetBSD: configure.ac,v 1.38 2004/03/11 18:35:29 sketch Exp $
 
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
@@ -123,6 +123,9 @@
 #endif
 #if HAVE_SYS_MOUNT_H
 #include <sys/mount.h>
+#endif
+#if HAVE_SYS_VFS_H
+#include <sys/vfs.h>
 #endif])
 AC_C_BIGENDIAN
 AC_CHECK_SIZEOF(off_t, 0)



Home | Main Index | Thread Index | Old Index