summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/lib/getportproto.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/lib/getportproto.c')
-rw-r--r--contrib/ipfilter/lib/getportproto.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/ipfilter/lib/getportproto.c b/contrib/ipfilter/lib/getportproto.c
index 23e5fb1..69fecff 100644
--- a/contrib/ipfilter/lib/getportproto.c
+++ b/contrib/ipfilter/lib/getportproto.c
@@ -1,19 +1,19 @@
/* $FreeBSD$ */
/*
- * Copyright (C) 2002-2005 by Darren Reed.
- *
- * See the IPFILTER.LICENCE file for details on licencing.
- *
- * $Id: getportproto.c,v 1.2.4.4 2006/06/16 17:21:00 darrenr Exp $
- */
+ * Copyright (C) 2012 by Darren Reed.
+ *
+ * See the IPFILTER.LICENCE file for details on licencing.
+ *
+ * $Id$
+ */
#include <ctype.h>
#include "ipf.h"
int getportproto(name, proto)
-char *name;
-int proto;
+ char *name;
+ int proto;
{
struct servent *s;
struct protoent *p;
OpenPOWER on IntegriCloud