aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_cd9660/mount_cd9660.c
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2003-11-04 21:04:14 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2003-11-04 21:04:14 +0000
commit1476864b52599d65cdf9e2dd4352e4a42f678e7e (patch)
tree21910d5df8913c7ebbb409f834b400ac75dbed9e /sbin/mount_cd9660/mount_cd9660.c
parent72d9131e7984d7bff504e3f568ea637f514eb6f0 (diff)
downloadsrc-1476864b52599d65cdf9e2dd4352e4a42f678e7e.tar.gz
src-1476864b52599d65cdf9e2dd4352e4a42f678e7e.zip
Use 'const' in the copyright stamp, this is done in other utilities.
Return linker.h to the includes list. No objection from: wollman (for the copyright)
Notes
Notes: svn path=/head/; revision=122080
Diffstat (limited to 'sbin/mount_cd9660/mount_cd9660.c')
-rw-r--r--sbin/mount_cd9660/mount_cd9660.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c
index 74e4f2184ebd..5fe727916b2f 100644
--- a/sbin/mount_cd9660/mount_cd9660.c
+++ b/sbin/mount_cd9660/mount_cd9660.c
@@ -39,7 +39,7 @@
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1992, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
@@ -59,6 +59,7 @@ static const char rcsid[] =
#include <sys/../isofs/cd9660/cd9660_mount.h>
#include <sys/module.h>
#include <sys/iconv.h>
+#include <sys/linker.h>
#include <arpa/inet.h>