Included <sys/conf.h>. It used to be included as a side effect of

including <sys/devconf.h>.
This commit is contained in:
Bruce Evans 1995-11-16 09:56:02 +00:00
parent ff98689d2d
commit eabc9678bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12326
4 changed files with 8 additions and 4 deletions

View file

@ -13,7 +13,7 @@
* the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000,
* and a variety of similar clones.
*
* $Id: if_ed.c,v 1.84 1995/11/04 17:07:20 bde Exp $
* $Id: if_ed.c,v 1.85 1995/11/15 07:45:56 davidg Exp $
*/
#include "ed.h"
@ -21,6 +21,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <sys/mbuf.h>

View file

@ -13,7 +13,7 @@
* the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000,
* and a variety of similar clones.
*
* $Id: if_ed.c,v 1.84 1995/11/04 17:07:20 bde Exp $
* $Id: if_ed.c,v 1.85 1995/11/15 07:45:56 davidg Exp $
*/
#include "ed.h"
@ -21,6 +21,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <sys/mbuf.h>

View file

@ -46,7 +46,7 @@
* SUCH DAMAGE.
*
* from: unknown origin, 386BSD 0.1
* $Id: lpt.c,v 1.36 1995/11/04 17:07:35 bde Exp $
* $Id: lpt.c,v 1.37 1995/11/14 09:56:43 phk Exp $
*/
/*
@ -104,6 +104,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/buf.h>

View file

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: pcaudio.c,v 1.15 1995/09/08 11:07:53 bde Exp $
* $Id: pcaudio.c,v 1.16 1995/11/04 13:23:36 bde Exp $
*/
#include "pca.h"
@ -33,6 +33,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/uio.h>
#include <sys/ioctl.h>
#include <sys/file.h>