[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

utime()



Hello,

it seems that the utime-MiNTLIB-call does not work with MiNT 1.09 and
minixfs PL6. I noticed that the Libs use a Fcntl()-call with FUTIME as
a command, but I did not find any docs about FUTIME as a
Fcntl()-command. However, the Minixfs *seems to know about FUTIME (in
minixdev.c) but it does not work :-(

Does anyone have an idea whats wrong here?

By the way, I think there should be a way to change the time/date of a
file without opening it (as it is done currently in utime()). It then
should be easy to change it for directories, too (of course only if
the filesystem supports it). (Or is there a way and I missed it?)

Regards, Bjarne