include sys/systm.h for strcmp() prototype.

This commit is contained in:
chs 2002-01-08 17:10:28 +00:00
parent 2e3ff494cb
commit a6f2a36ecc
3 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le_ibus.c,v 1.2 2001/10/01 11:42:18 simonb Exp $ */
/* $NetBSD: if_le_ibus.c,v 1.3 2002/01/08 17:10:28 chs Exp $ */
/*
* Copyright 1996 The Board of Trustees of The Leland Stanford
@ -22,6 +22,7 @@
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/systm.h>
#include <net/if.h>
#include <net/if_ether.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mcclock_ibus.c,v 1.7 2000/01/14 15:52:00 ad Exp $ */
/* $NetBSD: mcclock_ibus.c,v 1.8 2002/01/08 17:10:29 chs Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@ -28,11 +28,12 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: mcclock_ibus.c,v 1.7 2000/01/14 15:52:00 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: mcclock_ibus.c,v 1.8 2002/01/08 17:10:29 chs Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/device.h>
#include <sys/systm.h>
#include <dev/dec/mcclockvar.h>
#include <dev/dec/mcclock_pad32.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mcclock_ioasic.c,v 1.14 2000/01/10 03:24:41 simonb Exp $ */
/* $NetBSD: mcclock_ioasic.c,v 1.15 2002/01/08 17:10:28 chs Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@ -28,10 +28,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mcclock_ioasic.c,v 1.14 2000/01/10 03:24:41 simonb Exp $");
__KERNEL_RCSID(0, "$NetBSD: mcclock_ioasic.c,v 1.15 2002/01/08 17:10:28 chs Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/systm.h>
#include <dev/dec/mcclockvar.h>
#include <dev/dec/mcclock_pad32.h>