diff options
author | wpaul <wpaul@FreeBSD.org> | 1997-05-28 04:45:15 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1997-05-28 04:45:15 +0000 |
commit | db46899f5a13e95008c91bac22a351084b5cd7d1 (patch) | |
tree | 5fd284f478e045e9701e047bb8b1dbb0417a483f /include/rpc/auth_unix.h | |
parent | 3be3c101574f9fe0620458248e957eda1de7b9a9 (diff) | |
download | FreeBSD-src-db46899f5a13e95008c91bac22a351084b5cd7d1.zip FreeBSD-src-db46899f5a13e95008c91bac22a351084b5cd7d1.tar.gz |
Resolve conflicts.
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 81f155c..8bb42eb 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 |