summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/lib/initparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/lib/initparse.c')
-rw-r--r--contrib/ipfilter/lib/initparse.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/ipfilter/lib/initparse.c b/contrib/ipfilter/lib/initparse.c
deleted file mode 100644
index b9f162f..0000000
--- a/contrib/ipfilter/lib/initparse.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (C) 2000-2002 by Darren Reed.
- *
- * See the IPFILTER.LICENCE file for details on licencing.
- *
- * $Id: initparse.c,v 1.6.4.1 2006/06/16 17:21:02 darrenr Exp $
- */
-#include "ipf.h"
-
-
-char thishost[MAXHOSTNAMELEN];
-
-
-void initparse __P((void))
-{
- gethostname(thishost, sizeof(thishost));
- thishost[sizeof(thishost) - 1] = '\0';
-}
OpenPOWER on IntegriCloud