On Tue, Dec 24, 2002 at 03:52:05PM +0100, [EMAIL PROTECTED] wrote: > We can then provide revoke(2) as a wrapper: > > revoke(const char *name) > { > int fd, e; > > fd = open(name, O_RDONLY);
Assuming you can open the thing name points to. I guess it might be a (NFS) directory or socket. I think revoke used to work on directories for a bit, until someone found it didn't work on named pipes and sockets, and then it was restricted to devices again. David. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message