diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2003-11-04 21:04:14 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2003-11-04 21:04:14 +0000 |
| commit | 1476864b52599d65cdf9e2dd4352e4a42f678e7e (patch) | |
| tree | 21910d5df8913c7ebbb409f834b400ac75dbed9e | |
| parent | 72d9131e7984d7bff504e3f568ea637f514eb6f0 (diff) | |
Notes
| -rw-r--r-- | sbin/mount_cd9660/mount_cd9660.c | 3 |
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> |
