diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-09-14 11:18:50 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-09-14 11:18:50 +0000 |
commit | 9cebeab46d8f14874f8f2efc7e91165c232e2056 (patch) | |
tree | 2ba956f8006f63789e4db102b3d09abfc82c7dbe /sys/arch/sgi | |
parent | 33a9ddae48f4da5ded6dae114c56f090c74203fc (diff) |
Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/hpc/if_sq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/hpc/if_sq.c b/sys/arch/sgi/hpc/if_sq.c index c0eda056c5a..a9171499d74 100644 --- a/sys/arch/sgi/hpc/if_sq.c +++ b/sys/arch/sgi/hpc/if_sq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sq.c,v 1.15 2015/09/05 21:13:24 miod Exp $ */ +/* $OpenBSD: if_sq.c,v 1.16 2015/09/14 11:18:49 stsp Exp $ */ /* $NetBSD: if_sq.c,v 1.42 2011/07/01 18:53:47 dyoung Exp $ */ /* @@ -193,7 +193,7 @@ sq_attach(struct device *parent, struct device *self, void *aux) struct sq_softc *sc = (struct sq_softc *)self; struct hpc_attach_args *haa = aux; struct ifnet *ifp = &sc->sc_ac.ac_if; - int media; + uint64_t media; int i, rc; sc->sc_hpct = haa->ha_st; |