mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
netbsd-20-update-20040806
make it compile with current netbsd
This commit is contained in:
parent
01845f22fb
commit
6fc2e2900c
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user