summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-30 14:04:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-30 14:04:47 +0000
commit1ceabeb9762f496e07afac820a51bab62f0206b7 (patch)
treee94bffa493a75fbffdc0fb471beeec785cce2bcd
parente7ed95bad3a1d05c83007163f5c3f9062450d9ec (diff)
kill a NetBSD ref
-rw-r--r--sys/net/if_slvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_slvar.h b/sys/net/if_slvar.h
index ff24a932997..5bf1bc90d39 100644
--- a/sys/net/if_slvar.h
+++ b/sys/net/if_slvar.h
@@ -56,7 +56,7 @@ struct sl_softc {
long sc_starttime; /* time of first abort in window */
long sc_oqlen; /* previous output queue size */
long sc_otimeout; /* number of times output's stalled */
-#ifdef NetBSD
+#if defined(__NetBSD__) || defined(__OpenBSD__)
int sc_oldbufsize; /* previous output buffer size */
int sc_oldbufquot; /* previous output buffer quoting */
#endif