netbsd-20-update-20040806

make it compile with current netbsd
This commit is contained in:
Tracy Di Marco White 2004-08-06 22:48:28 +00:00 committed by Derrick Brashear
parent 01845f22fb
commit 6fc2e2900c
2 changed files with 2 additions and 2 deletions

View 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.

View 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 */