Source-Changes archive

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

CVS commit: src/bin/rm



Module Name:    src
Committed By:   kim
Date:           Mon May 12 06:34:20 UTC 2025

Modified Files:
        src/bin/rm: rm.c

Log Message:
Remove unnecessary initialization to zero of static int option flags

This results in uniform handling of all of them, instead of some being
explicitly initialized and some not.  Reduces confusion in the reader.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/bin/rm/rm.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