| --- /dev/null 2019-03-22 13:44:00.000000000 +0800 |
| +++ freebsd-11.1/usr/src/sbin/mount_cd9660/build.sh 2019-03-22 13:39:18.548962000 +0800 |
| @@ -0,0 +1,4 @@ |
| +#!/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 |
| +#!/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-11.1/usr/src/sbin/mount_cd9660/mount_cd9660.c 2017-07-21 07:43:25.000000000 +0800 |
| +++ freebsd-11.1/usr/src/sbin/mount_cd9660/mount.cd9660.c 2019-03-22 13:42:19.683539000 +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); |
| } |