diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-05 20:32:28 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-05 20:32:28 +0000 |
commit | 332e87b2d9198f4518b762782a30ed94000adf68 (patch) | |
tree | 3bc766cc299fc7d8ab16d021d3c179186e40221d /libc/inet | |
parent | 263f0d0f46ee3018426a042675b462641bfbba19 (diff) |
Wierd. Whats _null_auth doing here?
-Erik
Diffstat (limited to 'libc/inet')
-rw-r--r-- | libc/inet/rpc/rpc_prot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/inet/rpc/rpc_prot.c b/libc/inet/rpc/rpc_prot.c index 21bdb2a12..1a9534435 100644 --- a/libc/inet/rpc/rpc_prot.c +++ b/libc/inet/rpc/rpc_prot.c @@ -49,8 +49,6 @@ /* * * * * * * * * * * * * * XDR Authentication * * * * * * * * * * * */ -struct opaque_auth _null_auth; - /* * XDR an opaque authentication struct * (see auth.h) |