- Timestamp:
- 06/01/10 12:36:05 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/cu-security-branch/src/apps/admin/pvfs2-gencred.c
r8345 r8351 1 /* N.B. root_squash could create problems with this over NFS */ 2 1 /* 2 * Copyright 2010 Clemson University and The University of Chicago. 3 * 4 * See COPYING in top-level directory. 5 */ 3 6 4 7 #include <stdlib.h> … … 276 279 } 277 280 278 /* TODO: fall back to getugroups */281 /* nlmills: TODO: fall back to getugroups */ 279 282 280 283 ngroups = sizeof(groups)/sizeof(*groups);
