summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-31 12:23:50 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-31 12:23:50 +0000
commit4a5f85118a29eb6c017aa47af4c8bfaf1a616c7f (patch)
tree485aec39b5194b299b28e323be995e9d101e75db
parent26aa8b09dbc2de1c7bdd97921a273511d585e043 (diff)
downloadrsyslog-4a5f85118a29eb6c017aa47af4c8bfaf1a616c7f.tar.gz
rsyslog-4a5f85118a29eb6c017aa47af4c8bfaf1a616c7f.tar.xz
rsyslog-4a5f85118a29eb6c017aa47af4c8bfaf1a616c7f.zip
cleanup
-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;