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/ofisa Pull up revision 1.4 (requested by mycroft):
details: https://anonhg.NetBSD.org/src/rev/2c14ade04e2d
branches: netbsd-1-5
changeset: 490502:2c14ade04e2d
user: jhawk <jhawk%NetBSD.org@localhost>
date: Thu Jan 25 17:24:17 2001 +0000
description:
Pull up revision 1.4 (requested by mycroft):
Include <sys/rnd.h> as appropriate to properly size cs_softc.
diffstat:
sys/dev/ofisa/if_cs_ofisa.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 1634398f2e93 -r 2c14ade04e2d sys/dev/ofisa/if_cs_ofisa.c
--- a/sys/dev/ofisa/if_cs_ofisa.c Thu Jan 25 17:24:13 2001 +0000
+++ b/sys/dev/ofisa/if_cs_ofisa.c Thu Jan 25 17:24:17 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_cs_ofisa.c,v 1.3 1998/08/17 20:34:19 thorpej Exp $ */
+/* $NetBSD: if_cs_ofisa.c,v 1.3.22.1 2001/01/25 17:24:17 jhawk Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -43,6 +43,11 @@
#include <sys/device.h>
#include <sys/malloc.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