CVS commit: src/bin/rm
"Jan Schaumann" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.