artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
591be73
)
sin6_to_str and i2s take a single argument.
author
florian
<florian@openbsd.org>
Sun, 25 Aug 2024 07:04:05 +0000
(07:04 +0000)
committer
florian
<florian@openbsd.org>
Sun, 25 Aug 2024 07:04:05 +0000
(07:04 +0000)
Pointed out by tb
sbin/slaacd/slaacd.h
patch
|
blob
|
history
diff --git
a/sbin/slaacd/slaacd.h
b/sbin/slaacd/slaacd.h
index
9f7ba45
..
515843e
100644
(file)
--- a/
sbin/slaacd/slaacd.h
+++ b/
sbin/slaacd/slaacd.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: slaacd.h,v 1.4
0 2024/08/24 16:34:23
florian Exp $ */
+/* $OpenBSD: slaacd.h,v 1.4
1 2024/08/25 07:04:05
florian Exp $ */
/*
* Copyright (c) 2017 Florian Obser <florian@openbsd.org>
@@
-207,6
+207,6
@@
int imsg_forward_event(struct imsgev *, struct imsg *);
const char *sin6_to_str(struct sockaddr_in6 *);
const char *i2s(uint32_t);
#else
-#define sin6_to_str(x
...)
""
-#define i2s(x
...)
""
+#define sin6_to_str(x
)
""
+#define i2s(x
)
""
#endif /* SMALL */