diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1997-05-28 04:45:15 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1997-05-28 04:45:15 +0000 |
| commit | f26dae2bb45ed9b6724340e9f722826658676d9f (patch) | |
| tree | c0b36e7dbaba94526472674599d36287d16eba30 /include/rpc/auth_unix.h | |
| parent | 08516c6c612ed54beccc083d9042cc49fd2c46a8 (diff) | |
Notes
Diffstat (limited to 'include/rpc/auth_unix.h')
| -rw-r--r-- | include/rpc/auth_unix.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rpc/auth_unix.h b/include/rpc/auth_unix.h index 81f155cad443..8bb42eb4e026 100644 --- a/include/rpc/auth_unix.h +++ b/include/rpc/auth_unix.h @@ -28,7 +28,7 @@ * * from: @(#)auth_unix.h 1.8 88/02/08 SMI * from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC - * $Id: auth_unix.h,v 1.7 1997/05/07 02:27:02 eivind Exp $ + * $Id: auth_unix.h,v 1.4 1996/01/30 23:31:42 mpp Exp $ */ /* @@ -66,6 +66,8 @@ struct authunix_parms { int *aup_gids; }; +#define authsys_parms authunix_parms + __BEGIN_DECLS extern bool_t xdr_authunix_parms __P((XDR *, struct authunix_parms *)); __END_DECLS |
