iptests.c (2a63c3be158216222d89a073dcbd6a72ee4aab5a) | iptests.c (5b31cc94b10d4bb7109c6b27940a0fc76a44a331) |
---|---|
1 2/* 3 * Copyright (C) 2012 by Darren Reed. 4 * 5 * See the IPFILTER.LICENCE file for details on licencing. 6 * 7 */ | 1 2/* 3 * Copyright (C) 2012 by Darren Reed. 4 * 5 * See the IPFILTER.LICENCE file for details on licencing. 6 * 7 */ |
8#if !defined(lint) 9static const char sccsid[] = "%W% %G% (C)1995 Darren Reed"; 10static const char rcsid[] = "@(#)$Id$"; 11#endif | |
12#include <sys/param.h> 13#include <sys/types.h> 14#if defined(__NetBSD__) && defined(__vax__) 15/* 16 * XXX need to declare boolean_t for _KERNEL <sys/files.h> 17 * which ends up including <sys/device.h> for vax. See PR#32907 18 * for further details. 19 */ --- 1353 unchanged lines hidden --- | 8#include <sys/param.h> 9#include <sys/types.h> 10#if defined(__NetBSD__) && defined(__vax__) 11/* 12 * XXX need to declare boolean_t for _KERNEL <sys/files.h> 13 * which ends up including <sys/device.h> for vax. See PR#32907 14 * for further details. 15 */ --- 1353 unchanged lines hidden --- |