Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/fsplit



Module Name:    src
Committed By:   dholland
Date:           Sun Nov 16 05:11:35 UTC 2008

Modified Files:
        src/usr.bin/fsplit: fsplit.c

Log Message:
Clean up argument handling.
 - Use getopt instead of rolling one's own.
 - Don't copy the -e arguments unnecessarily, and specifically, don't
   copy them into a small static buffer and zoom off the end.
 - Don't zoom off the end of the array of -e option files, either.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/usr.bin/fsplit/fsplit.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index