Source-Changes archive

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

CVS commit: src/sbin/umount



Module Name:    src
Committed By:   chs
Date:           Wed Sep  1 01:47:09 UTC 2004

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

Log Message:
pass data to a function via an argument instead of via a global variable.
this avoids a name collision with libcurses functions when both are
present in a crunched static binary.  part of PR 26458.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sbin/umount/umount.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