| --- /dev/null 2019-08-17 22:33:50.000000000 +0800 |
| +++ freebsd-10.4/sbin/mount_cd9660/build.sh 2019-08-17 22:27:56.044610689 +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.4/sbin/mount_cd9660/mount_cd9660.c 2017-09-29 08:21:18.000000000 +0800 |
| +++ freebsd-10.4/sbin/mount_cd9660/mount.cd9660.c 2019-08-17 22:32:53.305588076 +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); |
| } |