diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-05 13:03:01 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-05 13:03:01 +0000 |
commit | 2e5736fc1eefdce6a145d0e39c35d79d64b1f7ef (patch) | |
tree | 4986147bffe639f512ae967932ef4eca48608392 /lib/libc/nls/_catopen.c | |
parent | 34ed8663d9c18d84be7e1207223eb7f60942a587 (diff) |
zap rcsid
Diffstat (limited to 'lib/libc/nls/_catopen.c')
-rw-r--r-- | lib/libc/nls/_catopen.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/nls/_catopen.c b/lib/libc/nls/_catopen.c index c0f000bef0e..d07c2a85cc9 100644 --- a/lib/libc/nls/_catopen.c +++ b/lib/libc/nls/_catopen.c @@ -1,12 +1,9 @@ +/* $OpenBSD: _catopen.c,v 1.6 2005/08/05 13:03:00 espie Exp $ */ /* * Written by J.T. Conklin, 10/05/94 * Public domain. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: _catopen.c,v 1.5 2005/03/23 21:13:28 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/cdefs.h> #ifdef __indr_reference |