Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!eos!shelby!polya!Sesame.Stanford.EDU From: shaff@Sesame.Stanford.EDU (Mike Shaff) Newsgroups: comp.unix.aux Subject: Problem in A/UX 1.0 file Summary: A problem exists in /usr/include/sys/types.h Message-ID: <9609@polya.Stanford.EDU> Date: 31 May 89 16:33:09 GMT Sender: USENET News System Reply-To: shaff@Sesame.Stanford.EDU (Mike Shaff) Organization: Stanford University Lines: 18 ciao, I do not know where to report such problems, so... There is a syntax error in the file /usr/include/sys/types.h. typedef struct {int r[1]} *physadr; should be typedef struct {int r[1];} *physadr; <-Note the additional ";" K&R seem to indicate that structures must always end in a semi-colon. (peace chance) mas --