Path: utzoo!telly!ddsw1!lll-winken!killer!mit-eddie!bloom-beacon!tut.cis.ohio-state.edu!EDDIE.MIT.EDU!nvuxr!cmc3 From: nvuxr!cmc3@EDDIE.MIT.EDU (c.m.chase) Newsgroups: gnu.gcc.bug Subject: stddefs.h does not agree with sys/types.h Message-ID: <8901032340.AA02992@bellcore.bellcore.com> Date: 3 Jan 89 23:29:00 GMT Sender: news@tut.cis.ohio-state.edu Organization: GNUs Not Usenet Lines: 19 I don't know if this is a bug, or if I just screwed up somehow in installing gcc. I have noticed that the file /usr/include/sys/types.h does not agree with the gcc-include file stddef.h on what a size_t is supposed to be. Operating system: Sun OS 4.0 Hardware: SUN 4/110 Gcc version: 1.32 gcc compiled after "config.gcc sun4-os4" /usr/include/sys/types.h defines a size_t to be an int gcc-include/stddef.h definss a size_t to be an unsigned long What should it be, and how should I fix it? Thanks for your help. Craig Chase