summaryrefslogtreecommitdiffstats
path: root/sbin/disklabel
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-05-03 18:41:59 +0000
committerobrien <obrien@FreeBSD.org>2003-05-03 18:41:59 +0000
commit19105c8312c841631a5eff3408f8a43f4958e9ba (patch)
tree49aa00dccbd9d3c7a4e310c1b0f3deb09f6b9f54 /sbin/disklabel
parent7113858cc752a0d0c37bba9a3ead02f89a580a71 (diff)
downloadFreeBSD-src-19105c8312c841631a5eff3408f8a43f4958e9ba.zip
FreeBSD-src-19105c8312c841631a5eff3408f8a43f4958e9ba.tar.gz
Use __FBSDID() to quiet GCC 3.3 warnings.
Diffstat (limited to 'sbin/disklabel')
-rw-r--r--sbin/disklabel/disklabel.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c
index a6477fa..3d393ac 100644
--- a/sbin/disklabel/disklabel.c
+++ b/sbin/disklabel/disklabel.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$");
OpenPOWER on IntegriCloud