diff options
Diffstat (limited to 'lib/libc/gen/disklabel.c')
-rw-r--r-- | lib/libc/gen/disklabel.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c index 6deaa1b4fa5..1bd3c6b3be4 100644 --- a/lib/libc/gen/disklabel.c +++ b/lib/libc/gen/disklabel.c @@ -1,5 +1,3 @@ -/* $NetBSD: disklabel.c,v 1.11 1995/06/07 13:14:09 cgd Exp $ */ - /* * Copyright (c) 1983, 1987, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)disklabel.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: disklabel.c,v 1.11 1995/06/07 13:14:09 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: disklabel.c,v 1.2 1996/08/19 08:22:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |