ipfstat.c (94bdecd9) ipfstat.c (af5f29dd)
1/*
2 * Copyright (C) 1993-2001, 2003 by Darren Reed.
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 *
6 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
7 * Use is subject to license terms.
8 *

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

52#endif
53#if defined(STATETOP) && !defined(linux)
54# include <netinet/ip_var.h>
55# include <netinet/tcp_fsm.h>
56#endif
57#ifdef STATETOP
58# include <ctype.h>
59# include <signal.h>
1/*
2 * Copyright (C) 1993-2001, 2003 by Darren Reed.
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 *
6 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
7 * Use is subject to license terms.
8 *

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

52#endif
53#if defined(STATETOP) && !defined(linux)
54# include <netinet/ip_var.h>
55# include <netinet/tcp_fsm.h>
56#endif
57#ifdef STATETOP
58# include <ctype.h>
59# include <signal.h>
60# if SOLARIS || defined(__NetBSD__) || defined(_BSDI_VERSION) || \
60# if defined(SOLARIS) || defined(__NetBSD__) || defined(_BSDI_VERSION) || \
61 defined(__sgi)
62# ifdef ERR
63# undef ERR
64# endif
65# undef ISASCII
66# undef ISPRINT
67# include <curses.h>
68# else /* SOLARIS */

--- 1897 unchanged lines hidden ---
61 defined(__sgi)
62# ifdef ERR
63# undef ERR
64# endif
65# undef ISASCII
66# undef ISPRINT
67# include <curses.h>
68# else /* SOLARIS */

--- 1897 unchanged lines hidden ---