Date: Fri, 12 Jul 96 11:04:42 PDT From: Charles Anderson <cander@queue.IEOR.Berkeley.EDU> To: bugs@freebsd.org Subject: Bug with header files? Message-ID: <9607121804.AA22826@queue.IEOR.Berkeley.EDU>
next in thread | raw e-mail | index | archive | help
The following combination blows up in ctype.h due to a lack of a typedef for rune_t: #define _POSIX_SOURCE #include <stdlib.h> #include <ctype.h> I'm running 2.1R, but I haven't gotten the networking going yet so I didn't use send-pr (sorry). I'm not in tune with the zen of _POSIX_SOURCE or the _BSD_TYPE macros (e.g. BSD_WCHAR is what rune_t should be), so I can't suggest a fix. Charles.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9607121804.AA22826>