aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/touch.c
AgeCommit message (Collapse)AuthorFilesLines
2020-08-08touch: fix for OpenBSD.James Cook1-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.
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2007-05-20print error if changing time failsrsc1-2/+8
2003-11-23new utilities.rsc1-0/+62
the .C files compile but are renamed to avoid building automatically.