artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
728741b
)
whitespace tweak, no functional change
author
dlg
<dlg@openbsd.org>
Mon, 8 Nov 2021 04:54:44 +0000
(
04:54
+0000)
committer
dlg
<dlg@openbsd.org>
Mon, 8 Nov 2021 04:54:44 +0000
(
04:54
+0000)
sys/net/if_bpe.c
patch
|
blob
|
history
diff --git
a/sys/net/if_bpe.c
b/sys/net/if_bpe.c
index
1a4b752
..
def3c12
100644
(file)
--- a/
sys/net/if_bpe.c
+++ b/
sys/net/if_bpe.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_bpe.c,v 1.1
8 2021/02/26 01:28:51
dlg Exp $ */
+/* $OpenBSD: if_bpe.c,v 1.1
9 2021/11/08 04:54:44
dlg Exp $ */
/*
* Copyright (c) 2018 David Gwynne <dlg@openbsd.org>
*
@@
-871,7
+871,7
@@
bpe_cmp(const struct bpe_key *a, const struct bpe_key *b)
return (1);
if (a->k_isid < b->k_isid)
return (-1);
-
+
return (0);
}