Re: sys_utime bug in 131?

Richard Fish (rjf@estinc.com)
Tue, 15 Dec 1998 12:46:05 -0700


Alan Cox wrote:
>
> > The above shows that calling utime() on a symbolic link results in the
> > times being set for the actual file, not the link.
>
> This seems correct. The areas where something affects the link itself
> in the Single Unix Standard say so. Nothing is said about utime() not
> following links

Thanks, I have registered for this, and will refer to it in the future
before posting! :->

We were expecting stat/lstat to behave the SCO way, which recommends
calling lstat first, and if that fails, then calling stat. Obviously,
this is NOT the POSIX or UNIX 98 standard way of doing things... ;)

-- 
Richard Fish                      Enhanced Software Technologies, Inc.
Software Developer                4014 E Broadway Rd Suite 405
rjf@estinc.com                    Phoenix, AZ  85040 
(602) 470-1115                    http://www.estinc.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/