home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23297 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!uw-beaver!news.u.washington.edu!serval!hlu
  3. From: hlu@eecs.wsu.edu (H.J. Lu)
  4. Subject: Re: In what include file should 'ioctl' be declared ?
  5. Message-ID: <1993Jan8.231459.28184@serval.net.wsu.edu>
  6. Keywords: ioctl
  7. Sender: news@serval.net.wsu.edu (USENET News System)
  8. Organization: School of EECS, Washington State University
  9. References:  <1993Jan8.094641.24107@eua.ericsson.se>
  10. Date: Fri, 8 Jan 93 23:14:59 GMT
  11. Lines: 18
  12.  
  13. In article <1993Jan8.094641.24107@eua.ericsson.se>, tmpcms@eua.ericsson.se (Carl Michael Skoog) writes:
  14. |> I noticed when compiling lilo 0.8 (with gcc 2.3.3) yesterday that 'ioctl' is
  15. |> not in 'unistd.h', as it was under gcc 2.2.2d7. I thought that was the place 
  16. |> for 'ioctl' under SYSV.
  17. |> 
  18. |> Can somebody enlighten me why this was changed under gcc 2.3.3 ?
  19. |> 
  20. |> -------------------------------------------------------------------------
  21. |> |Carl Michael Skoog            |    "2 points for talent,    |
  22. |> |                    |    2 points for ambition,    |
  23. |> |Email: tmpcms@eua.ericsson.se        |    96 points for hooters!"    |
  24. |> |                    |                |
  25. |> |                    |    Al Bundy        |
  26. |> -------------------------------------------------------------------------
  27.  
  28. #include <sys/ioctl.h>
  29.  
  30. H.J.
  31.