From 7d2dd14c62f2bd06278eb1907f12a2ad3bd20a59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist-=C3=85strand?= Date: Sat, 15 May 2004 07:32:35 +0000 Subject: [PATCH] netbsd-has-statvfs-20040515 FIXES 4535 netbsd has statvfs, use it --- src/config/param.nbsd20.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/param.nbsd20.h b/src/config/param.nbsd20.h index 9c1ef4063..2d1fdd04c 100644 --- a/src/config/param.nbsd20.h +++ b/src/config/param.nbsd20.h @@ -52,7 +52,7 @@ #endif #define AFS_HAVE_FFS 1 /* Use system's ffs. */ -#define AFS_HAVE_STATVFS 0 /* System doesn't supports statvfs */ +#define AFS_HAVE_STATVFS 1 /* System supports statvfs */ #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ -- 2.39.5