Merge remote-tracking branch 'origin/master'
[unleashed/lotheac.git] / usr / src / cmd / ipf / lib / common / initparse.c
blobd875925c08eab20bd0225be789766d54db12ef2b
1 /*
2 * Copyright (C) 1993-2001 by Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
6 * $Id: initparse.c,v 1.6 2002/01/28 06:50:46 darrenr Exp $
7 */
8 #include "ipf.h"
11 char thishost[MAXHOSTNAMELEN];
14 void initparse __P((void))
16 gethostname(thishost, sizeof(thishost));
17 thishost[sizeof(thishost) - 1] = '\0';