|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT Version 3.0 ! 3: * Copyright (c) 1982, 1993 by Mark Williams Company. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: /* ! 7: * Structure for the /etc/group file. ! 8: */ ! 9: ! 10: #ifndef __GRP_H__ ! 11: #define __GRP_H__ ! 12: ! 13: struct group { ! 14: char *gr_name; ! 15: char *gr_passwd; ! 16: int gr_gid; ! 17: char **gr_mem; ! 18: }; ! 19: ! 20: struct group *getgrent(); ! 21: struct group *getgrgid(); ! 22: struct group *getgrnam(); ! 23: ! 24: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.