aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/touch.c
Commit message (Collapse)AuthorAgeFilesLines
* touch: fix for OpenBSD.James Cook2020-08-081-1/+1
| | | | | | | | This fixes https://github.com/9fans/plan9port/issues/436 This doesn't necessarily address the underlying issue: calling p9create with mode = OREAD should probably be allowed, but currently doesn't work on OpenBSD.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+1
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* print error if changing time failsrsc2007-05-201-2/+8
|
* new utilities.rsc2003-11-231-0/+62
the .C files compile but are renamed to avoid building automatically.