diff options
author | 2019-08-06 10:09:37 +0000 | |
---|---|---|
committer | 2019-08-06 10:09:37 +0000 | |
commit | 83221f8c0347a214c03306105af1c6a115eaac62 (patch) | |
tree | cbfc6df081f6ef9ae2e2fea6256e9a6f63d674c8 | |
parent | raise the watchdog for sysupgrade-initiated updates from 30m to 45m. (diff) | |
download | wireguard-openbsd-83221f8c0347a214c03306105af1c6a115eaac62.tar.xz wireguard-openbsd-83221f8c0347a214c03306105af1c6a115eaac62.zip |
i replaced a misplaced tab with g, not a space. make this work again.
-rw-r--r-- | sys/dev/pci/if_vmx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_vmx.c b/sys/dev/pci/if_vmx.c index 0a1447bc74d..f1fbdf90c57 100644 --- a/sys/dev/pci/if_vmx.c +++ b/sys/dev/pci/if_vmx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vmx.c,v 1.47 2019/08/06 09:36:54 dlg Exp $ */ +/* $OpenBSD: if_vmx.c,v 1.48 2019/08/06 10:09:37 dlg Exp $ */ /* * Copyright (c) 2013 Tsubai Masanari @@ -70,7 +70,7 @@ struct vmxnet3_rxring { struct mbuf *m[NRXDESC]; bus_dmamap_t dmap[NRXDESC]; struct if_rxring rxr; - struct timeoutgrefill; + struct timeout refill; struct vmxnet3_rxdesc *rxd; u_int fill; u_int8_t gen; |