Sync usage with man page.
[netbsd-mini2440.git] / dist / ipf / lib / initparse.c
blobd2fa566b5902d59d364940d98114301cfa0aa23b
1 /* $NetBSD$ */
3 /*
4 * Copyright (C) 2000-2002 by Darren Reed.
6 * See the IPFILTER.LICENCE file for details on licencing.
8 * Id: initparse.c,v 1.6.4.1 2006/06/16 17:21:02 darrenr Exp
9 */
10 #include "ipf.h"
13 char thishost[MAXHOSTNAMELEN];
16 void initparse __P((void))
18 gethostname(thishost, sizeof(thishost));
19 thishost[sizeof(thishost) - 1] = '\0';