summaryrefslogtreecommitdiffstats
path: root/sbin/mount_cd9660
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-11-01 15:58:06 +0000
committertrhodes <trhodes@FreeBSD.org>2003-11-01 15:58:06 +0000
commitf17836f33fdb88580a5490293ce4bc9458035d3c (patch)
tree991a3ec281d5c0ec634241ad76bb70babc1f5883 /sbin/mount_cd9660
parent6f80626bbb441f34ee940134359d2188e030f668 (diff)
downloadFreeBSD-src-f17836f33fdb88580a5490293ce4bc9458035d3c.zip
FreeBSD-src-f17836f33fdb88580a5490293ce4bc9458035d3c.tar.gz
The copywrite is not a 'static char', remove the #ifdefs and move the copywrite up
into the commented out 'copywrite' section. Include sys/linker.h for kldload(3).
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r--sbin/mount_cd9660/mount_cd9660.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c
index 74e4f21..b36bcbd 100644
--- a/sbin/mount_cd9660/mount_cd9660.c
+++ b/sbin/mount_cd9660/mount_cd9660.c
@@ -36,15 +36,12 @@
* SUCH DAMAGE.
*
* @(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95
+ *
+ * @(#) Copyright (c) 1992, 1993, 1994
+ * The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1992, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
/*
static char sccsid[] = "@(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95";
*/
@@ -55,6 +52,7 @@ static const char rcsid[] =
#include <sys/cdio.h>
#include <sys/file.h>
#include <sys/param.h>
+#include <sys/linker.h>
#include <sys/mount.h>
#include <sys/../isofs/cd9660/cd9660_mount.h>
#include <sys/module.h>
OpenPOWER on IntegriCloud