diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-31 15:42:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-31 15:42:56 +0000 |
commit | a3c77bad15967238d7c1582f80835db2c4ef444d (patch) | |
tree | f760cfd3581c8790b12cbd411b04fe070a3bd9b6 /sbin/bsdlabel | |
parent | 73a7f529f476ae2905eb489f66b622d53795f47f (diff) | |
download | FreeBSD-src-a3c77bad15967238d7c1582f80835db2c4ef444d.zip FreeBSD-src-a3c77bad15967238d7c1582f80835db2c4ef444d.tar.gz |
Protext copyright[].
Diffstat (limited to 'sbin/bsdlabel')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index 75af125..a0e3cdb 100644 --- a/sbin/bsdlabel/bsdlabel.c +++ b/sbin/bsdlabel/bsdlabel.c @@ -40,6 +40,7 @@ * from: $NetBSD: disksubr.c,v 1.13 2000/12/17 22:39:18 pk $ */ +#if 0 #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1987, 1993\n\ @@ -47,12 +48,10 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 static char sccsid[] = "@(#)disklabel.c 8.2 (Berkeley) 1/7/94"; /* from static char sccsid[] = "@(#)disklabel.c 1.2 (Symmetric) 11/28/85"; */ -#endif #endif /* not lint */ - +#endif #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |