From: Chas Williams Date: Sat, 8 May 2004 05:26:37 +0000 (+0000) Subject: linux26-updates-20040507 X-Git-Tag: openafs-devel-1_3_64~20 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b660e7d7cd3029e7325ba8af7ea0bb15e0d43436;p=packages%2Fo%2Fopenafs.git linux26-updates-20040507 FIXES 4068 define NGROUPS if it doesn't exist --- diff --git a/src/afs/LINUX/osi_machdep.h b/src/afs/LINUX/osi_machdep.h index 6cd4eb900..038a19040 100644 --- a/src/afs/LINUX/osi_machdep.h +++ b/src/afs/LINUX/osi_machdep.h @@ -117,6 +117,9 @@ extern struct vnodeops afs_file_iops, afs_dir_iops, afs_symlink_iops; #define PAGESIZE PAGE_SIZE +#ifndef NGROUPS +#define NGROUPS NGROUPS_SMALL +#endif /* cred struct */ typedef struct cred { /* maps to task field: */