summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-16 10:07:40 +0000
committerbde <bde@FreeBSD.org>1995-07-16 10:07:40 +0000
commit60e0d03fdfdcb5b2da63a50fc0f6184af1d2e5da (patch)
tree841d48002c1de364393290314704ecd0dab1b57d /sys
parentf74bb0f7b44b162494564f01a279ae1f245c81b7 (diff)
downloadFreeBSD-src-60e0d03fdfdcb5b2da63a50fc0f6184af1d2e5da.zip
FreeBSD-src-60e0d03fdfdcb5b2da63a50fc0f6184af1d2e5da.tar.gz
Fix compiler warnings (systm.h wasn't included).
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/cronyx.c1
-rw-r--r--sys/pci/pdq_os.h7
2 files changed, 7 insertions, 1 deletions
diff --git a/sys/i386/isa/cronyx.c b/sys/i386/isa/cronyx.c
index 391376e..31eeef3 100644
--- a/sys/i386/isa/cronyx.c
+++ b/sys/i386/isa/cronyx.c
@@ -26,6 +26,7 @@
# include "cxreg.h"
#else
# include <sys/param.h>
+# include <sys/systm.h>
# include <sys/socket.h>
# include <net/if.h>
# include <vm/vm.h>
diff --git a/sys/pci/pdq_os.h b/sys/pci/pdq_os.h
index 088e5f0..a900c05 100644
--- a/sys/pci/pdq_os.h
+++ b/sys/pci/pdq_os.h
@@ -21,9 +21,13 @@
* (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: pdq_os.h,v 1.1 1995/03/14 09:16:07 davidg Exp $
+ * $Id: pdq_os.h,v 1.2 1995/03/25 22:40:49 bde Exp $
*
* $Log: pdq_os.h,v $
+ * Revision 1.2 1995/03/25 22:40:49 bde
+ * Remove wrong redeclarations of printf() and bzero(). Include the correct
+ * header to declare DELAY().
+ *
* Revision 1.1 1995/03/14 09:16:07 davidg
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.
*
@@ -63,6 +67,7 @@
#elif defined(__FreeBSD__) || defined(__bsdi__)
#include <sys/param.h>
+#include <sys/systm.h>
#ifndef M_MCAST
#include <sys/mbuf.h>
#endif
OpenPOWER on IntegriCloud