From f17836f33fdb88580a5490293ce4bc9458035d3c Mon Sep 17 00:00:00 2001 From: trhodes Date: Sat, 1 Nov 2003 15:58:06 +0000 Subject: 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). --- sbin/mount_cd9660/mount_cd9660.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'sbin/mount_cd9660') 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 #include #include +#include #include #include #include -- cgit v1.1