blob: 28a99a3d3e131e070ea8acd68adea16195b94b08 [file] [log] [blame] [raw]
--- /dev/null 2018-11-05 20:00:00.000000000 +0800
+++ freebsd-10.3/usr/src/sbin/mount_cd9660/build.sh 2017-04-29 13:30:01.841684238 +0800
@@ -0,0 +1,2 @@
+#!/bin/sh
+gcc -Wall -O1 -I ../mount mount.cd9660.c -o mount.cd9660 ../mount/getmntopts.o -l kiconv -L /usr/home/WHR/src/ToolBox/libgetopt -l getopt
--- freebsd-10.3/usr/src/sbin/mount_cd9660/mount_cd9660.c 2016-03-25 09:10:19.000000000 +0800
+++ freebsd-10.3/usr/src/sbin/mount_cd9660/mount.cd9660.c 2017-04-29 13:30:35.069681432 +0800
@@ -187,7 +187,7 @@
usage(void)
{
(void)fprintf(stderr,
-"usage: mount_cd9660 [-begjrv] [-C charset] [-o options] [-s startsector]\n"
+"Usage: mount.cd9660 [-begjrv] [-C charset] [-o options] [-s startsector]\n"
" special node\n");
exit(EX_USAGE);
}