From 27b62657a94b21845fcea14320c285cb5b1a2800 Mon Sep 17 00:00:00 2001 From: tholo <> Date: Sun, 15 Sep 1996 09:31:53 +0000 Subject: Remove dead code Remove unused variables Silence some warnings lint(1) is your friend --- src/lib/libc/string/__strerror.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/string/__strerror.c') diff --git a/src/lib/libc/string/__strerror.c b/src/lib/libc/string/__strerror.c index c27cb8492b..619bebf229 100644 --- a/src/lib/libc/string/__strerror.c +++ b/src/lib/libc/string/__strerror.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: __strerror.c,v 1.3 1996/08/19 08:33:55 tholo Exp $"; +static char *rcsid = "$OpenBSD: __strerror.c,v 1.4 1996/09/15 09:31:53 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifdef NLS @@ -64,7 +64,7 @@ __strerror(num, buf) register unsigned int errnum; #ifdef NLS - nl_catd catd ; + nl_catd catd; catd = catopen("libc", 0); #endif -- cgit v1.2.3-55-g6feb