summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormortimer <mortimer@cvs.openbsd.org>2020-08-30 23:15:32 +0000
committermortimer <mortimer@cvs.openbsd.org>2020-08-30 23:15:32 +0000
commit12e45d98f377aaef88de3de15425dffff02fc23e (patch)
tree99cb531128607328f93400003c26bb9f4337c0b8
parent1a4410fd56195186fef6a434c73261ff02588fda (diff)
Remove duplicate definition of _null_auth.
ok millert@ deraadt@
-rw-r--r--lib/libc/rpc/rpc_prot.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/rpc/rpc_prot.c b/lib/libc/rpc/rpc_prot.c
index 78b1c7d422c..edf5a0cd1de 100644
--- a/lib/libc/rpc/rpc_prot.c
+++ b/lib/libc/rpc/rpc_prot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rpc_prot.c,v 1.15 2017/01/21 08:29:13 krw Exp $ */
+/* $OpenBSD: rpc_prot.c,v 1.16 2020/08/30 23:15:31 mortimer Exp $ */
/*
* Copyright (c) 2010, Oracle America, Inc.
@@ -46,8 +46,6 @@
/* * * * * * * * * * * * * * XDR Authentication * * * * * * * * * * * */
-struct opaque_auth _null_auth;
-
/*
* XDR an opaque authentication struct
* (see auth.h)