tabinit(dv,stat) does not match struct iobuf...

Augustine Cano afc at shibaya.lonestar.org
Mon Jun 17 14:59:48 AEST 1991


If you look into /usr/include/sys/iobuf.h, you'll see that the aggregate
initialization #define'd by tabinit(dv,stat) actually initializes 14
variables.  A few lines above, the declaration of struct iobuf shows only
13 members.  Predictably, cc barfs fatally and gcc merely complains.

What's the deal here?  Official bug?  The iobuf.h version is as follows:

#sccs	"@(#)uts/kern/sys:iobuf.h	1.1"

-- 
Augustine Cano		INTERNET: afc at shibaya.lonestar.org
			UUCP:     ...!{ernest,egsner}!shibaya!afc



More information about the Comp.sys.3b1 mailing list