Date: 19 Sep 93 14:49:38+0200 From: Andre Hufschmidt Subject: ioctl missing _ To: djgpp AT sun DOT soe DOT clarkson DOT edu I've just installed djgpp and now trying to compile gnu cpio with it. The problem is: I just can"t find ioctl.h The definition in std.h is commented out: /* int ioctl(int, int, char*); POHC */ and in the same file #include /* sorry, but needed for DGUX folks... */ #include /* sorry, but needed for USG folks... */ is mentioned. If there is a "USG-library", where can I get it ? If this is just from the original gcc and hasn't been ported to DOS, is there any other solution ? Andre