Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/makefs
Module Name: src
Committed By: christos
Date: Thu Jan 24 01:10:48 UTC 2013
Modified Files:
src/usr.sbin/makefs: cd9660.c chfs.c ffs.c makefs.c msdos.c v7fs.c
Log Message:
- Fix single letter option parsing.
- Instead of returning 1 << index and 0 on error,
return just index and -1 on error for the set_option*() routines.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/makefs/cd9660.c
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/makefs/chfs.c \
src/usr.sbin/makefs/v7fs.c
cvs rdiff -u -r1.52 -r1.53 src/usr.sbin/makefs/ffs.c
cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/makefs/makefs.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/makefs/msdos.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