Deleted Added
full compact
pf_altq.h (130613) pf_altq.h (130933)
1/* $FreeBSD: head/sys/contrib/pf/net/pfvar.h 130613 2004-06-16 23:24:02Z mlaier $ */
1/* $FreeBSD: head/sys/contrib/pf/net/pfvar.h 130933 2004-06-22 20:13:25Z brooks $ */
2/* $OpenBSD: pfvar.h,v 1.187 2004/03/22 04:54:18 mcbride Exp $ */
3
4/*
5 * Copyright (c) 2001 Daniel Hartmeier
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

35#define _NET_PFVAR_H_
36
37#include <sys/types.h>
38#include <sys/queue.h>
39#include <sys/tree.h>
40
41#include <net/radix.h>
42#ifdef __FreeBSD__
2/* $OpenBSD: pfvar.h,v 1.187 2004/03/22 04:54:18 mcbride Exp $ */
3
4/*
5 * Copyright (c) 2001 Daniel Hartmeier
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

35#define _NET_PFVAR_H_
36
37#include <sys/types.h>
38#include <sys/queue.h>
39#include <sys/tree.h>
40
41#include <net/radix.h>
42#ifdef __FreeBSD__
43#include <net/if_clone.h>
43#include <vm/uma.h>
44#else
45#include <netinet/ip_ipsp.h>
46#endif
47
48#ifdef __FreeBSD__
49#include <netinet/in.h>
50/*

--- 1579 unchanged lines hidden ---
44#include <vm/uma.h>
45#else
46#include <netinet/ip_ipsp.h>
47#endif
48
49#ifdef __FreeBSD__
50#include <netinet/in.h>
51/*

--- 1579 unchanged lines hidden ---