46b2ec6593
Fixes build on NetBSD-current.
14 lines
421 B
Text
14 lines
421 B
Text
$NetBSD: patch-ab,v 1.1 2004/12/08 08:57:56 minskim Exp $
|
|
|
|
--- config.h.in.orig 2004-04-07 08:08:10.000000000 -0500
|
|
+++ config.h.in
|
|
@@ -164,6 +164,9 @@
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
|
#undef HAVE_SYS_PARAM_H
|
|
|
|
+/* Define to 1 if you have the <sys/statvfs.h> header file. */
|
|
+#undef HAVE_SYS_STATVFS_H
|
|
+
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#undef HAVE_SYS_STAT_H
|
|
|