Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/isa Pull up revision 1.3 (requested by mycroft):
details: https://anonhg.NetBSD.org/src/rev/1634398f2e93
branches: netbsd-1-5
changeset: 490501:1634398f2e93
user: jhawk <jhawk%NetBSD.org@localhost>
date: Thu Jan 25 17:24:13 2001 +0000
description:
Pull up revision 1.3 (requested by mycroft):
Include <sys/rnd.h> as appropriate to properly size cs_softc.
diffstat:
sys/dev/isa/if_cs_isa.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r c025f8cbc053 -r 1634398f2e93 sys/dev/isa/if_cs_isa.c
--- a/sys/dev/isa/if_cs_isa.c Thu Jan 25 17:15:33 2001 +0000
+++ b/sys/dev/isa/if_cs_isa.c Thu Jan 25 17:24:13 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_cs_isa.c,v 1.2 1998/07/27 18:27:36 thorpej Exp $ */
+/* $NetBSD: if_cs_isa.c,v 1.2.24.1 2001/01/25 17:24:13 jhawk Exp $ */
/*
* Copyright 1997
@@ -38,6 +38,11 @@
#include <sys/socket.h>
#include <sys/device.h>
+#include "rnd.h"
+#if NRND > 0
+#include <sys/rnd.h>
+#endif
+
#include <net/if.h>
#include <net/if_ether.h>
#include <net/if_media.h>
Home |
Main Index |
Thread Index |
Old Index