Source-Changes archive

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

CVS commit: src/usr.bin/rdist



Module Name:    src
Committed By:   christos
Date:           Mon Dec 18 15:14:42 UTC 2006

Modified Files:
        src/usr.bin/rdist: docmd.c server.c

Log Message:
>From Anon Ymous:
Convert "(void)&" constructs to "volatile".
Check gid against (gid_t)-1 rather than >= 0; gid_t is unsigned.
Flag some parameters __unused so this will compile with -Werror.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/usr.bin/rdist/docmd.c
cvs rdiff -r1.29 -r1.30 src/usr.bin/rdist/server.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