Repositories
/
olsrd.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* killed lots of #ifdef ... #endif which make the source quite unreadable
[olsrd.git]
/
src
/
ipcalc.h
diff --git
a/src/ipcalc.h
b/src/ipcalc.h
index
52378e3
..
2178125
100644
(file)
--- a/
src/ipcalc.h
+++ b/
src/ipcalc.h
@@
-49,7
+49,7
@@
struct ipaddr_str {
char buf[MAX(INET6_ADDRSTRLEN, INET_ADDRSTRLEN)];
struct ipaddr_str {
char buf[MAX(INET6_ADDRSTRLEN, INET_ADDRSTRLEN)];
-};
+}
USED_FOR_DEBUG_ONLY
;
/*
* Macros for comparing and copying IP addresses
/*
* Macros for comparing and copying IP addresses