diff options
author | 2020-08-30 23:15:31 +0000 | |
---|---|---|
committer | 2020-08-30 23:15:31 +0000 | |
commit | fa21bd9c11090e2782cae410f83016e3a632efd3 (patch) | |
tree | 49b1f5cc6fbb7bb2185e47d47bcfccfc31bbce8e /lib/libc | |
parent | Fix multiple variable definitions to avoid errors with -fno-common. (diff) | |
download | wireguard-openbsd-fa21bd9c11090e2782cae410f83016e3a632efd3.tar.xz wireguard-openbsd-fa21bd9c11090e2782cae410f83016e3a632efd3.zip |
Remove duplicate definition of _null_auth.
ok millert@ deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/rpc_prot.c | 4 |
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) |