diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-04 19:30:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-04 19:30:28 +0000 |
commit | 71a2b9710181d69a0d8dc05b108c7315d6613615 (patch) | |
tree | 69d1422e6ec9fff8abe4df86e6eb23f8f102b3a9 /sys/net | |
parent | 2f00c1f7755b7f9b5e716eae74189647625b823f (diff) |
__OpenBSD__
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if_stripvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_stripvar.h b/sys/net/if_stripvar.h index 7fc9628e3b2..4d72836dde1 100644 --- a/sys/net/if_stripvar.h +++ b/sys/net/if_stripvar.h @@ -19,7 +19,7 @@ struct st_softc { u_int sc_flags; /* see below */ 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 |