Date: Wed, 14 Feb 1996 19:59:52 +0300 (MSK) From: "Alexander V. Lukyanov" <lav AT video DOT yars DOT free DOT net> To: djgpp AT delorie DOT com, fdonahoe AT wilkes1 DOT wilkes DOT edu Subject: Re: ioctl missing > From: Frank Donahoe <fdonahoe AT wilkes1 DOT wilkes DOT edu> > renamed the local config.h > replaced ../config.h on the command line with <path>/sys/config.h > replaced include <config.h> with include <sys/config.h> in the c-files. Try to remove the line #include <sys/ioctl.h> from ls.c. I did so and it worked.