diff options
Diffstat (limited to 'lib/libc/nls/catgets.c')
-rw-r--r-- | lib/libc/nls/catgets.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/nls/catgets.c b/lib/libc/nls/catgets.c index 54faf6af253..5d30d082cab 100644 --- a/lib/libc/nls/catgets.c +++ b/lib/libc/nls/catgets.c @@ -1,3 +1,4 @@ +/* $OpenBSD: catgets.c,v 1.7 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: catgets.c,v 1.6 2005/03/23 21:13:28 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #define _NLS_PRIVATE #include <errno.h> |