diff options
Diffstat (limited to 'lib/libc/gen/closedir.c')
-rw-r--r-- | lib/libc/gen/closedir.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libc/gen/closedir.c b/lib/libc/gen/closedir.c index 4e53623453a..21a8375a8a5 100644 --- a/lib/libc/gen/closedir.c +++ b/lib/libc/gen/closedir.c @@ -1,5 +1,3 @@ -/* $NetBSD: closedir.c,v 1.4 1995/06/16 07:05:27 jtc Exp $ */ - /* * Copyright (c) 1983, 1993 * Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)closedir.c 8.1 (Berkeley) 6/10/93"; -#else -static char rcsid[] = "$NetBSD: closedir.c,v 1.4 1995/06/16 07:05:27 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: closedir.c,v 1.2 1996/08/19 08:21:55 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |