From 7ce704dce2179f1cfec876a0930bdf4c8d0d0de6 Mon Sep 17 00:00:00 2001 From: sketch Date: Thu, 11 Mar 2004 18:35:29 +0000 Subject: Solaris has fsid_t in sys/vfs.h, so include appropriately. This gets the new pkgsrc bootstrap working on Solaris. --- pkgtools/libnbcompat/files/configure | 3 +++ pkgtools/libnbcompat/files/configure.ac | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'pkgtools') diff --git a/pkgtools/libnbcompat/files/configure b/pkgtools/libnbcompat/files/configure index cb11c7f3a20..2f15790aa65 100755 --- a/pkgtools/libnbcompat/files/configure +++ b/pkgtools/libnbcompat/files/configure @@ -5511,6 +5511,9 @@ cat >>conftest.$ac_ext <<_ACEOF #if HAVE_SYS_MOUNT_H #include #endif +#if HAVE_SYS_VFS_H +#include +#endif int main () diff --git a/pkgtools/libnbcompat/files/configure.ac b/pkgtools/libnbcompat/files/configure.ac index 0d5cf823295..4c583944844 100644 --- a/pkgtools/libnbcompat/files/configure.ac +++ b/pkgtools/libnbcompat/files/configure.ac @@ -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 @@ AC_CHECK_TYPES([fsid_t],[],[], #endif #if HAVE_SYS_MOUNT_H #include +#endif +#if HAVE_SYS_VFS_H +#include #endif]) AC_C_BIGENDIAN AC_CHECK_SIZEOF(off_t, 0) -- cgit v1.2.3