diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2001-07-28 11:59:33 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2001-07-28 11:59:33 +0000 |
| commit | dba82da1c8912a1a3a6328593dc75b9f15f19fcf (patch) | |
| tree | 503d2119100a8bd3735c0bda1607f3a64ed1ad33 /contrib/ipfilter/ipsend/ipsopt.c | |
| parent | dd298e2f037989712b8d15d3692045527edeee31 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/ipsend/ipsopt.c')
| -rw-r--r-- | contrib/ipfilter/ipsend/ipsopt.c | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/contrib/ipfilter/ipsend/ipsopt.c b/contrib/ipfilter/ipsend/ipsopt.c index 2827c7797303..691ee7d69521 100644 --- a/contrib/ipfilter/ipsend/ipsopt.c +++ b/contrib/ipfilter/ipsend/ipsopt.c @@ -1,14 +1,8 @@ /* * Copyright (C) 1995-1998 by Darren Reed. * - * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and due credit is given - * to the original author and the contributors. + * See the IPFILTER.LICENCE file for details on licencing. */ -#if !defined(lint) -static const char sccsid[] = "@(#)ipsopt.c 1.2 1/11/96 (C)1995 Darren Reed"; -static const char rcsid[] = "@(#)$Id: ipsopt.c,v 2.1 1999/08/04 17:31:07 darrenr Exp $"; -#endif #include <stdio.h> #include <string.h> #include <stdlib.h> @@ -25,13 +19,9 @@ static const char rcsid[] = "@(#)$Id: ipsopt.c,v 2.1 1999/08/04 17:31:07 darrenr #include <arpa/inet.h> #include "ipsend.h" - -#ifndef __P -# ifdef __STDC__ -# define __P(x) x -# else -# define __P(x) () -# endif +#if !defined(lint) +static const char sccsid[] = "@(#)ipsopt.c 1.2 1/11/96 (C)1995 Darren Reed"; +static const char rcsid[] = "@(#)$Id: ipsopt.c,v 2.1.4.2 2001/07/15 22:00:14 darrenr Exp $"; #endif |
