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:   jschauma
Date:           Sun Apr 26 01:49:28 UTC 2026

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

Log Message:
check() needs to be gated by '!fflag'

When '-f' is in effect, we won't stat the path, but check() needs the
struct stat.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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