Update to FreeBSD 9.2

This commit is contained in:
Sebastian Huber
2013-11-06 16:20:21 +01:00
parent ce96623934
commit 66659ff1ad
596 changed files with 50781 additions and 19477 deletions

View File

@@ -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