home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9655 < prev    next >
Encoding:
Text File  |  1992-09-14  |  785 b   |  22 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!jfc
  3. From: jfc@athena.mit.edu (John F Carr)
  4. Subject: Re: error in vnode.h?
  5. Message-ID: <1992Sep14.232639.15523@athena.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: achates.mit.edu
  8. Organization: Massachusetts Institute of Technology
  9. References: <42690@ogicse.ogi.edu>
  10. Distribution: usa
  11. Date: Mon, 14 Sep 1992 23:26:39 GMT
  12. Lines: 8
  13.  
  14.  
  15. There are many header files that simply don't work unless _ALL_SOURCE is
  16. defined.  The usual problem is using a type or macro unconditionally when
  17. the typedef (likely in <sys/types.h>) or macro definition is conditional on
  18. _ALL_SOURCE (I think "ulong" or "u_long" is a common problem).
  19.  
  20. --
  21.     John Carr (jfc@athena.mit.edu)
  22.