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/catclose.c | |
parent | 34ed8663d9c18d84be7e1207223eb7f60942a587 (diff) |
zap rcsid
Diffstat (limited to 'lib/libc/nls/catclose.c')
-rw-r--r-- | lib/libc/nls/catclose.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/nls/catclose.c b/lib/libc/nls/catclose.c index 3cc8b9457a4..b12642f8439 100644 --- a/lib/libc/nls/catclose.c +++ b/lib/libc/nls/catclose.c @@ -1,3 +1,4 @@ +/* $OpenBSD: catclose.c,v 1.6 2005/08/05 13:03:00 espie Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. @@ -34,10 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: catclose.c,v 1.5 2005/03/23 21:13:28 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #define _NLS_PRIVATE #include <sys/types.h> |