diff options
Diffstat (limited to 'lib/libc/yp/yp_bind.c')
| -rw-r--r-- | lib/libc/yp/yp_bind.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/yp/yp_bind.c b/lib/libc/yp/yp_bind.c index f81974e6f2e..48c639739e3 100644 --- a/lib/libc/yp/yp_bind.c +++ b/lib/libc/yp/yp_bind.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yp_bind.c,v 1.26 2015/11/26 07:26:50 deraadt Exp $ */ +/* $OpenBSD: yp_bind.c,v 1.27 2016/05/29 22:42:24 guenther Exp $ */ /* * Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -257,7 +257,6 @@ _yp_unbind(struct dom_binding *ypb) ypb->dom_client = NULL; ypb->dom_socket = -1; } -DEF_WEAK(_yp_unbind); int yp_bind(const char *dom) |
