pkgsrc/net/openafs/patches/patch-ab
gendalia d93405976c add patch to deal with statvfs not being in 2.1.
(NetBSD Version 299000000, not 200040000
2005-11-04 07:20:32 +00:00

13 lines
538 B
Text

$NetBSD: patch-ab,v 1.3 2005/11/04 07:20:32 gendalia Exp $
--- src/config/param.nbsd21.h.orig 2005-11-04 00:43:26.000000000 -0600
+++ src/config/param.nbsd21.h
@@ -29,7 +29,7 @@
#define AFS_HAVE_FFS 1 /* Use system's ffs. */
#if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
-#if __NetBSD_Version__ >= 200040000
+#if __NetBSD_Version__ >= 299000900
#define AFS_HAVE_STATVFS 1 /* System supports statvfs */
#else
#define AFS_HAVE_STATVFS 0 /* System doesn't supports statvfs */