mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
* Do not subvert vfs.timestamp_precision by reading the time and passing that to utimensat(). Instead, pass UTIME_NOW. A fallback to a NULL times pointer is no longer used. * Do not ignore -a/-m if the user has write access but does not own the file. Leave timestamps unchanged using UTIME_OMIT and do not fall back to a NULL times pointer (which would set both timestamps) if that fails. Reviewed by: bde |
||
|---|---|---|
| .. | ||
| Makefile | ||
| touch.1 | ||
| touch.c | ||