_kirk@…_ originally submitted this as _[ticket:14](https://fstools.macosforge.org/trac/ticket/14)_ - **Owner:** _somebody_ - **Cc:** _krussell@…_ --- https://github.com/kirussel/fstools/compare/master...kirussel/misc I have proposed some changes that fixes the following: - for msync(), uses MS_SYNC, instead of hard coding zero - for mmap(), uses MAP_FAILED, instead of harding coding -1 - for getopt(), using -1, instead of EOF - added "y" to the getopt string -- this is already implemented but is missing from the command line args
kirk@… originally submitted this as ticket:14
kirussel/portablefstools@master...kirussel/misc
I have proposed some changes that fixes the following: