diff options
Diffstat (limited to 'lib/libc/rpc/auth_none.c')
-rw-r--r-- | lib/libc/rpc/auth_none.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/auth_none.c b/lib/libc/rpc/auth_none.c index 1c4f3290829..68f759e1b40 100644 --- a/lib/libc/rpc/auth_none.c +++ b/lib/libc/rpc/auth_none.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth_none.c,v 1.12 2015/08/20 21:49:29 deraadt Exp $ */ +/* $OpenBSD: auth_none.c,v 1.13 2015/09/13 15:36:56 guenther Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -93,6 +93,7 @@ authnone_create(void) } return (&ap->no_client); } +DEF_WEAK(authnone_create); /*ARGSUSED*/ static bool_t |