Deleted Added
full compact
inet_addr.c (145519) inet_addr.c (153881)
1/* $FreeBSD: head/contrib/ipfilter/lib/inet_addr.c 145519 2005-04-25 18:20:15Z darrenr $ */
1/* $FreeBSD: head/contrib/ipfilter/lib/inet_addr.c 153881 2005-12-30 11:52:26Z guido $ */
2
3/*
4 * ++Copyright++ 1983, 1990, 1993
5 * -
6 * Copyright (c) 1983, 1990, 1993
7 * The Regents of the University of California. All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without

--- 42 unchanged lines hidden (view full) ---

52 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
53 * SOFTWARE.
54 * -
55 * --Copyright--
56 */
57
58#if !defined(lint)
59static const char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93";
2
3/*
4 * ++Copyright++ 1983, 1990, 1993
5 * -
6 * Copyright (c) 1983, 1990, 1993
7 * The Regents of the University of California. All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without

--- 42 unchanged lines hidden (view full) ---

52 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
53 * SOFTWARE.
54 * -
55 * --Copyright--
56 */
57
58#if !defined(lint)
59static const char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93";
60static const char rcsid[] = "@(#)Id: inet_addr.c,v 1.8.2.3 2004/12/09 19:41:20 darrenr Exp";
60static const char rcsid[] = "@(#)$Id: inet_addr.c,v 1.8.2.3 2004/12/09 19:41:20 darrenr Exp $";
61#endif /* LIBC_SCCS and not lint */
62
63#include <sys/param.h>
64#include <netinet/in.h>
65#include <arpa/inet.h>
66#include <ctype.h>
67
68#ifndef __P

--- 142 unchanged lines hidden ---
61#endif /* LIBC_SCCS and not lint */
62
63#include <sys/param.h>
64#include <netinet/in.h>
65#include <arpa/inet.h>
66#include <ctype.h>
67
68#ifndef __P

--- 142 unchanged lines hidden ---