Pádraig Brady <[email protected]> writes: > So would this simplification be appropriate, which just handles systems > where utime("file", &ut); is OK while utime("file", NULL); is not?
Note that utime(,0) requires less privileges than utime(,&ut). For the latter you need to be owner, whereas the former only requires write access. Andreas. -- Andreas Schwab, [email protected] GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
