home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!infoserv!steiny!root
- From: root@steiny.com (Admin)
- Newsgroups: gnu.gcc.help
- Subject: Can't compile files including user structure
- Message-ID: <158@steiny.com>
- Date: 9 Nov 92 19:23:21 GMT
- Distribution: gnu
- Organization: Don Steiny Software
- Lines: 24
-
-
- When I try to compile this I get an error message that seems to becoming
- from the use of "struct ucontext." I get the message in user.h.
- I am running SVR4, but I ran the script to fix up the header files.
- Does anyone out there have a clue? Thanks.
-
- #define KERNEL
- #include <sys/types.h>
- #include <sys/signal.h>
- #include <sys/param.h>
- #include <sys/dir.h>
- #include <sys/immu.h>
- #include <sys/region.h>
- #include <sys/ucontext.h>
- #include <sys/errno.h>
- #include <sys/tty.h>
- #include <sys/sysmacros.h>
- #include <sys/ppio.h>
- #include <fcntl.h>
- #include <sys/user.h>
-
- main()
- {
- }
-