From e72d87adb43dbe7adb10459a325aa2f508dccab4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 22 Nov 1998 15:42:03 +0000 Subject: Cleanup. svn path=/trunk/; revision=2204 --- interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface.c') 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 */ -- cgit v1.2.3