2.9BSD/usr/src/sys/autoconfig/ivec.h

Compare this file to the similar file:
Show the results in this format:

struct vec_s {
	int	v_func;
	int	v_br;
} ivec;

#define	IVSIZE	(sizeof ivec)

#define	NVECTOR	100		/* max. number of vectors we can set */