summaryrefslogtreecommitdiff
path: root/lib/libc/yp/ypprot_err.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-07-20 01:35:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-07-20 01:35:36 +0000
commitccc5cbde0e4564f3af83fa82bd2a7d2f810b4b62 (patch)
treea0ecfcd8bfcc8424edde9c09913f5a60e7b2f2b5 /lib/libc/yp/ypprot_err.c
parent4293f75624bc531155794d4ba9cc34d09d7b6a8b (diff)
ansi
Diffstat (limited to 'lib/libc/yp/ypprot_err.c')
-rw-r--r--lib/libc/yp/ypprot_err.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/yp/ypprot_err.c b/lib/libc/yp/ypprot_err.c
index 20873ffc1a1..d172afca535 100644
--- a/lib/libc/yp/ypprot_err.c
+++ b/lib/libc/yp/ypprot_err.c
@@ -30,7 +30,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: ypprot_err.c,v 1.4 1996/12/14 06:49:47 tholo Exp $";
+static char *rcsid = "$OpenBSD: ypprot_err.c,v 1.5 2002/07/20 01:35:35 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
@@ -49,8 +49,7 @@ static char *rcsid = "$OpenBSD: ypprot_err.c,v 1.4 1996/12/14 06:49:47 tholo Exp
#include <rpcsvc/ypclnt.h>
int
-ypprot_err(incode)
- unsigned int incode;
+ypprot_err(unsigned int incode)
{
switch ((int)incode) {
case YP_TRUE: