diff options
Diffstat (limited to 'lib/libc/gen/tolower_.c')
-rw-r--r-- | lib/libc/gen/tolower_.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/gen/tolower_.c b/lib/libc/gen/tolower_.c index cd98f88af73..50dcc7b4c86 100644 --- a/lib/libc/gen/tolower_.c +++ b/lib/libc/gen/tolower_.c @@ -1,12 +1,9 @@ +/* $OpenBSD: tolower_.c,v 1.9 2005/08/08 08:05:34 espie Exp $ */ /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: tolower_.c,v 1.8 2005/08/08 05:53:00 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #define _ANSI_LIBRARY #include <ctype.h> #include <stdio.h> |