Source-Changes archive

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

CVS commit: src/sbin/mount



Module Name:    src
Committed By:   pooka
Date:           Sun Jan  4 22:05:37 UTC 2015

Modified Files:
        src/sbin/mount: mount.c

Log Message:
gcc 4.9 produces vfork clobberation warnings for "name" and "buflen".
Since there's no performance reason to use vfork here, just replace it
with fork and be done with warnings once and for all.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sbin/mount/mount.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