Problem in A/UX 1.0 file

Mike Shaff shaff at Sesame.Stanford.EDU
Thu Jun 1 02:33:09 AEST 1989


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
-- 



More information about the Comp.unix.aux mailing list