summaryrefslogtreecommitdiffstats
path: root/lib/libc/inet/inet_makeaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/inet/inet_makeaddr.c')
-rw-r--r--lib/libc/inet/inet_makeaddr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/inet/inet_makeaddr.c b/lib/libc/inet/inet_makeaddr.c
index 6e4ecc3..c56cb3e 100644
--- a/lib/libc/inet/inet_makeaddr.c
+++ b/lib/libc/inet/inet_makeaddr.c
@@ -43,7 +43,7 @@ static const char sccsid[] = "@(#)inet_makeaddr.c 8.1 (Berkeley) 6/4/93";
#include "port_after.h"
-/*
+/*%
* Formulate an Internet address from network + host. Used in
* building addresses stored in the ifnet structure.
*/
@@ -64,3 +64,5 @@ inet_makeaddr(net, host)
a.s_addr = htonl(a.s_addr);
return (a);
}
+
+/*! \file */
OpenPOWER on IntegriCloud