diff options
Diffstat (limited to 'interface.c')
-rw-r--r-- | interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.c b/interface.c index 52939994..cb42e8be 100644 --- a/interface.c +++ b/interface.c @@ -156,7 +156,7 @@ static int inet_aton(const char *cp, struct in_addr *inp) { memcpy(inp, &addr, sizeof(addr)); return 1; } -#endif HAVE_INET_ATON +#endif /* HAVE_INET_ATON */ void interface_parse(char *buf, struct hostdata *hp) /* parse 'interface' specification */ |