root/sys/net/ipfw/ip_fw.h
/*
 * Copyright (c) 1993 Daniel Boulet
 * Copyright (c) 1994 Ugen J.S.Antsilevich
 *
 * Redistribution and use in source forms, with and without modification,
 * are permitted provided that this entire comment appears intact.
 *
 * Redistribution in binary form may occur without any restrictions.
 * Obviously, it would be nice if you gave credit where credit is due
 * but requiring it would be too onerous.
 *
 * This software is provided ``AS IS'' without any warranties of any kind.
 *
 * $FreeBSD: src/sys/netinet/ip_fw.h,v 1.47.2.11 2002/07/09 09:11:42 luigi Exp $
 * $DragonFly: src/sys/net/ipfw/ip_fw.h,v 1.9 2008/09/17 09:56:49 sephe Exp $
 */

#ifndef _IP_FW_H
#define _IP_FW_H

#include <net/ipfw/ip_fw2.h>

#endif /* _IP_FW_H */