diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-20 01:35:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-20 01:35:36 +0000 |
commit | ccc5cbde0e4564f3af83fa82bd2a7d2f810b4b62 (patch) | |
tree | a0ecfcd8bfcc8424edde9c09913f5a60e7b2f2b5 /lib/libc/yp/ypprot_err.c | |
parent | 4293f75624bc531155794d4ba9cc34d09d7b6a8b (diff) |
ansi
Diffstat (limited to 'lib/libc/yp/ypprot_err.c')
-rw-r--r-- | lib/libc/yp/ypprot_err.c | 5 |
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: |