Changeset 410 for trunk/include
- Timestamp:
- Aug 28, 2012, 7:06:46 PM (12 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_error.h
r405 r410 191 191 void sh_efile_report(); 192 192 int sh_efile_path(const char * str); 193 int sh_efile_group(const char * str); 193 194 194 195 /* (re)set the console device(s) -
trunk/include/sh_static.h
r145 r410 15 15 void sh_setpwent(void); 16 16 struct group * sh_getgrnam(const char *name); 17 int sh_getgrnam_r(const char *name, struct group *gbuf, 18 char *buf, size_t buflen, struct group **gbufp); 17 19 18 20 struct passwd * sh_getpwnam(const char *name); … … 38 40 39 41 #define sh_initgroups initgroups 42 #define sh_getgrnam getgrnam 43 #define sh_getgrnam_r getgrnam_r 40 44 #define sh_getgrgid getgrgid 41 45 #define sh_getgrgid_r getgrgid_r -
trunk/include/sh_unix.h
r409 r410 340 340 char * sh_unix_getUIDdir (int level, uid_t uid, char * out, size_t len); 341 341 342 /* get a group GID 343 */ 344 long sh_group_to_gid (const char * g, int * fail); 342 345 343 346 #ifdef HAVE_GETTIMEOFDAY
Note:
See TracChangeset
for help on using the changeset viewer.