artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05b37b2
)
KNF nit: place brace correctly
author
tb
<tb@openbsd.org>
Sun, 27 Nov 2022 14:29:06 +0000
(14:29 +0000)
committer
tb
<tb@openbsd.org>
Sun, 27 Nov 2022 14:29:06 +0000
(14:29 +0000)
ok florian
sbin/unwind/frontend.c
patch
|
blob
|
history
diff --git
a/sbin/unwind/frontend.c
b/sbin/unwind/frontend.c
index
335492d
..
c241a6c
100644
(file)
--- a/
sbin/unwind/frontend.c
+++ b/
sbin/unwind/frontend.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: frontend.c,v 1.7
4 2022/11/25 16:10:07 bluhm Exp $
*/
+/* $OpenBSD: frontend.c,v 1.7
5 2022/11/27 14:29:06 tb Exp $
*/
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@
-996,7
+996,8
@@
synthesize_dns64_answer(struct pending_query *pq)
}
void
-resend_dns64_query(struct pending_query *opq) {
+resend_dns64_query(struct pending_query *opq)
+{
struct pending_query *pq;
struct query_imsg query_imsg;
int rcode;