summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net.c b/net.c
index 12058349..0dbf3bf2 100644
--- a/net.c
+++ b/net.c
@@ -631,8 +631,8 @@ should_use_so_bsdcompat(void)
* we should abort. For this, the return value tells the caller if the
* message should be processed (1) or discarded (0).
*/
-/* TODO: after the bughunt, make this function static - rgerhards, 2007-09-18 */
-rsRetVal gethname(struct sockaddr_storage *f, uchar *pszHostFQDN)
+static rsRetVal
+gethname(struct sockaddr_storage *f, uchar *pszHostFQDN)
{
DEFiRet;
int error;