From d6171b5a7b2fc0c6699bdde44d1b068e2664d310 Mon Sep 17 00:00:00 2001 From: trhodes Date: Sat, 1 Nov 2003 16:57:19 +0000 Subject: Revert the first part of my previous change. Requested by: wollman --- sbin/mount_cd9660/mount_cd9660.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sbin/mount_cd9660') diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index b36bcbd..74e4f21 100644 --- a/sbin/mount_cd9660/mount_cd9660.c +++ b/sbin/mount_cd9660/mount_cd9660.c @@ -36,12 +36,15 @@ * 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"; */ @@ -52,7 +55,6 @@ static const char rcsid[] = #include #include #include -#include #include #include #include -- cgit v1.1