From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- src/libip/myipaddr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libip/myipaddr.c') diff --git a/src/libip/myipaddr.c b/src/libip/myipaddr.c index a7149ffa..bbde18f7 100644 --- a/src/libip/myipaddr.c +++ b/src/libip/myipaddr.c @@ -15,8 +15,8 @@ static uchar loopbackmask[IPaddrlen] = { 0xff, 0, 0, 0 }; -// find first ip addr that isn't the friggin loopback address -// unless there are no others +/* find first ip addr that isn't the friggin loopback address */ +/* unless there are no others */ int myipaddr(uchar *ip, char *net) { -- cgit v1.2.3