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