summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/lib/bind/inet/inet_netof.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind9/lib/bind/inet/inet_netof.c')
-rw-r--r--contrib/bind9/lib/bind/inet/inet_netof.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bind9/lib/bind/inet/inet_netof.c b/contrib/bind9/lib/bind/inet/inet_netof.c
index e887530..c228e3d 100644
--- a/contrib/bind9/lib/bind/inet/inet_netof.c
+++ b/contrib/bind9/lib/bind/inet/inet_netof.c
@@ -43,7 +43,7 @@ static const char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93";
#include "port_after.h"
-/*
+/*%
* Return the network number from an internet
* address; handles class a/b/c network #'s.
*/
@@ -60,3 +60,5 @@ inet_netof(in)
else
return (((i)&IN_CLASSC_NET) >> IN_CLASSC_NSHIFT);
}
+
+/*! \file */
OpenPOWER on IntegriCloud