]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
netbsd-20-update-20040806
authorTracy Di Marco White <gendalia@iastate.edu>
Fri, 6 Aug 2004 22:48:28 +0000 (22:48 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 6 Aug 2004 22:48:28 +0000 (22:48 +0000)
make it compile with current netbsd

src/afsmonitor/afsmonitor.c
src/config/param.nbsd20.h

index c0ae488ce28e448a9f2815e79376437fae30f1c9..dc470d2258a44eb8072f4b64c1d23fb05652631d 100644 (file)
@@ -277,7 +277,7 @@ extern char *cm_categories[];       /* cache manager data category names */
 
 
 
-#if !defined(AFS_FBSD_ENV) && !defined(AFS_DARWIN70_ENV)
+#if !defined(AFS_FBSD_ENV) && !defined(AFS_DARWIN70_ENV) && !defined(AFS_NBSD20_ENV)
 /*     
         strcasestr(): Return first occurence of pattern s2 in s1, case 
        insensitive. 
index 7397d50f595ad622894f0586da5edfd780478790..fed9173d6941a76f9b80158f02d9a816bc596822 100644 (file)
@@ -53,7 +53,7 @@
 #endif
 
 #define AFS_HAVE_FFS            1      /* Use system's ffs. */
-#define AFS_HAVE_STATVFS       1       /* System supports statvfs */
+#define AFS_HAVE_STATVFS       0       /* System supports statvfs */
 
 #define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
 #define AFS_USE_GETTIMEOFDAY    1      /* use gettimeofday to implement rx clock */