summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/lib/kvatoname.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/lib/kvatoname.c')
-rw-r--r--contrib/ipfilter/lib/kvatoname.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/ipfilter/lib/kvatoname.c b/contrib/ipfilter/lib/kvatoname.c
index c8c0d8f..65b5240 100644
--- a/contrib/ipfilter/lib/kvatoname.c
+++ b/contrib/ipfilter/lib/kvatoname.c
@@ -1,12 +1,12 @@
/* $FreeBSD$ */
/*
- * Copyright (C) 2002 by Darren Reed.
- *
- * See the IPFILTER.LICENCE file for details on licencing.
- *
- * $Id: kvatoname.c,v 1.1.4.1 2006/06/16 17:21:05 darrenr Exp $
- */
+ * Copyright (C) 2012 by Darren Reed.
+ *
+ * See the IPFILTER.LICENCE file for details on licencing.
+ *
+ * $Id$
+ */
#include "ipf.h"
@@ -14,8 +14,8 @@
#include <sys/ioctl.h>
char *kvatoname(func, iocfunc)
-ipfunc_t func;
-ioctlfunc_t iocfunc;
+ ipfunc_t func;
+ ioctlfunc_t iocfunc;
{
static char funcname[40];
ipfunc_resolve_t res;
@@ -25,7 +25,7 @@ ioctlfunc_t iocfunc;
res.ipfu_name[0] = '\0';
fd = -1;
- if ((opts & OPT_DONOTHING) == 0) {
+ if ((opts & OPT_DONTOPEN) == 0) {
fd = open(IPL_NAME, O_RDONLY);
if (fd == -1)
return NULL;
OpenPOWER on IntegriCloud