Subject: CVS commit: syssrc/sys/altq
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/22/2002 23:09:16
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sun Sep 22 20:09:16 UTC 2002

Modified Files:
	syssrc/sys/altq: altq_conf.c altqconf.h if_altq.h

Log Message:
pull only "opt_altq_enabled.h" in if_altq.h, and include altqconf.h
explicitly in single file which implicitly needed it (altq_conf.c)

this avoids pulling in implicit dependency on <sys/conf.h> to every
file including <net/if.h> (which includes <altq/if_altq.h> to get altq
related structures)


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/altq/altq_conf.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/altq/altqconf.h
cvs rdiff -r1.7 -r1.8 syssrc/sys/altq/if_altq.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.