Deleted Added
full compact
getproto.c (153881) getproto.c (170268)
1/* $FreeBSD: head/contrib/ipfilter/lib/getproto.c 153881 2005-12-30 11:52:26Z guido $ */
1/* $FreeBSD: head/contrib/ipfilter/lib/getproto.c 170268 2007-06-04 02:54:36Z darrenr $ */
2
2
3/*
4 * Copyright (C) 2002-2005 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * $Id: getproto.c,v 1.2.2.3 2006/06/16 17:21:00 darrenr Exp $
9 */
10
3#include "ipf.h"
4
5int getproto(name)
6char *name;
7{
8 struct protoent *p;
9 char *s;
10

--- 19 unchanged lines hidden ---
11#include "ipf.h"
12
13int getproto(name)
14char *name;
15{
16 struct protoent *p;
17 char *s;
18

--- 19 unchanged lines hidden ---