home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aix
- Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!jfc
- From: jfc@athena.mit.edu (John F Carr)
- Subject: Re: error in vnode.h?
- Message-ID: <1992Sep14.232639.15523@athena.mit.edu>
- Sender: news@athena.mit.edu (News system)
- Nntp-Posting-Host: achates.mit.edu
- Organization: Massachusetts Institute of Technology
- References: <42690@ogicse.ogi.edu>
- Distribution: usa
- Date: Mon, 14 Sep 1992 23:26:39 GMT
- Lines: 8
-
-
- There are many header files that simply don't work unless _ALL_SOURCE is
- defined. The usual problem is using a type or macro unconditionally when
- the typedef (likely in <sys/types.h>) or macro definition is conditional on
- _ALL_SOURCE (I think "ulong" or "u_long" is a common problem).
-
- --
- John Carr (jfc@athena.mit.edu)
-