home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / gcc / help / 2486 < prev    next >
Encoding:
Text File  |  1992-11-09  |  847 b   |  35 lines

  1. Path: sparky!uunet!infoserv!steiny!root
  2. From: root@steiny.com (Admin)
  3. Newsgroups: gnu.gcc.help
  4. Subject: Can't compile files including user structure
  5. Message-ID: <158@steiny.com>
  6. Date: 9 Nov 92 19:23:21 GMT
  7. Distribution: gnu
  8. Organization: Don Steiny Software
  9. Lines: 24
  10.  
  11.  
  12. When I try to compile this I get an error message that seems to becoming
  13. from the use of "struct ucontext."   I get the message in user.h.
  14. I am running SVR4, but I ran the script to fix up the header files.
  15. Does anyone out there have a clue?   Thanks.
  16.  
  17. #define    KERNEL
  18. #include <sys/types.h>
  19. #include <sys/signal.h>
  20. #include <sys/param.h>
  21. #include <sys/dir.h>
  22. #include <sys/immu.h>
  23. #include <sys/region.h>
  24. #include <sys/ucontext.h>
  25. #include <sys/errno.h>
  26. #include <sys/tty.h>
  27. #include <sys/sysmacros.h>
  28. #include <sys/ppio.h>
  29. #include <fcntl.h>
  30. #include <sys/user.h>
  31.  
  32. main()
  33. {
  34. }
  35.