Path: utzoo!utgpu!watmath!idallen From: idallen@watmath.waterloo.edu Newsgroups: uw.mfcf.bugs Subject: /usr/lib/ccc/incl/stdio.h Message-ID: <29182@watmath.waterloo.edu> Date: 15 Sep 89 14:32:27 GMT Sender: idallen@watmath.waterloo.edu Reply-To: idallen@watmath.waterloo.edu Distribution: uw Lines: 11 From: "Ian! D. Allen [CGL]" Constants in this file do not agree with /usr/include/stdio.h, e.g. c++: #define _IOLBF 0100 #define _IORW 0200 bsd: #define _IOLBF 0200 #define _IORW 0400