On Wed, 14 Jul 1999, Luke (boo) Farrar wrote:

> bcc -0 -O -ansi -s -ansi fsck.c -o fsck -Hffff
> undefined symbol: _S_ISSOCK
> 
> It would be nice as a hard disk filing system is fairly useless without
> it.

Well, ISSOCK is checking if stat() was done on a socket.  Not much use at
all until the OS supports sockets :)  It'll go in sys/stat.h.

Davey

Reply via email to