mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 20:18:13 +08:00
Update to FreeBSD 9.2
This commit is contained in:
@@ -60,10 +60,10 @@
|
||||
struct authunix_parms {
|
||||
u_long aup_time;
|
||||
char *aup_machname;
|
||||
int aup_uid;
|
||||
int aup_gid;
|
||||
u_int aup_uid;
|
||||
u_int aup_gid;
|
||||
u_int aup_len;
|
||||
int *aup_gids;
|
||||
u_int *aup_gids;
|
||||
};
|
||||
|
||||
#define authsys_parms authunix_parms
|
||||
|
Reference in New Issue
Block a user