diff options
| author | deraadt <deraadt@NetBSD.org> | 1993-12-07 05:41:23 +0000 |
|---|---|---|
| committer | deraadt <deraadt@NetBSD.org> | 1993-12-07 05:41:23 +0000 |
| commit | e99174c7161fe2e08d2f845cb4af7b8807a1ff2a (patch) | |
| tree | 13b38d2e2d4cd10ab1d1ad0a374b50f16be4f1e9 /include | |
| parent | 5c50cb46312a05f0eca980b1f239ac11fe0747a4 (diff) | |
delete bogus #if
Diffstat (limited to 'include')
| -rw-r--r-- | include/rpc/auth.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h index e9131c47096..febc1cafda6 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -28,7 +28,7 @@ * * from: @(#)auth.h 1.17 88/02/08 SMI * from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC - * $Id: auth.h,v 1.3 1993/08/01 18:46:00 mycroft Exp $ + * $Id: auth.h,v 1.4 1993/12/07 05:41:23 deraadt Exp $ */ /* @@ -68,9 +68,7 @@ enum auth_stat { AUTH_FAILED=7 /* some unknown reason */ }; -#if (mc68000 || sparc || vax || i386 || tahoe || hp300) typedef u_long u_int32; /* 32-bit unsigned integers */ -#endif union des_block { struct { |
