From b660e7d7cd3029e7325ba8af7ea0bb15e0d43436 Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Sat, 8 May 2004 05:26:37 +0000 Subject: [PATCH] linux26-updates-20040507 FIXES 4068 define NGROUPS if it doesn't exist --- src/afs/LINUX/osi_machdep.h | 3 +++ 1 file changed, 3 insertions(+) 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: */ -- 2.39.5