summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-07-16 10:07:40 +0000
committerBruce Evans <bde@FreeBSD.org>1995-07-16 10:07:40 +0000
commit1be9be96474849669d392668d069886fde6efa74 (patch)
tree841d48002c1de364393290314704ecd0dab1b57d
parent4baa77295ef4ac4130f2f21037823dc3c291e638 (diff)
Notes
-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 391376e7fa51..31eeef38f0e9 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 088e5f046279..a900c053d842 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