artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d9b92
)
Don't count output errors twice
author
mikeb
<mikeb@openbsd.org>
Mon, 29 Aug 2016 17:27:04 +0000
(17:27 +0000)
committer
mikeb
<mikeb@openbsd.org>
Mon, 29 Aug 2016 17:27:04 +0000
(17:27 +0000)
sys/dev/pv/if_xnf.c
patch
|
blob
|
history
diff --git
a/sys/dev/pv/if_xnf.c
b/sys/dev/pv/if_xnf.c
index
e49ba9c
..
a128899
100644
(file)
--- a/
sys/dev/pv/if_xnf.c
+++ b/
sys/dev/pv/if_xnf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_xnf.c,v 1.3
2 2016/08/29 14:12:58
mikeb Exp $ */
+/* $OpenBSD: if_xnf.c,v 1.3
3 2016/08/29 17:27:04
mikeb Exp $ */
/*
* Copyright (c) 2015, 2016 Mike Belopuhov
@@
-590,7
+590,6
@@
xnf_encap(struct xnf_softc *sc, struct mbuf *m_head, uint32_t *prod)
}
errout:
- ifp->if_oerrors++;
return (ENOBUFS);
}