aboutsummaryrefslogtreecommitdiff
path: root/src/libip/myipaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libip/myipaddr.c')
-rw-r--r--src/libip/myipaddr.c4
1 files changed, 2 insertions, 2 deletions
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)
{