summaryrefslogtreecommitdiff
path: root/dist/ipf/ipsd/linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'dist/ipf/ipsd/linux.h')
-rw-r--r--dist/ipf/ipsd/linux.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/dist/ipf/ipsd/linux.h b/dist/ipf/ipsd/linux.h
deleted file mode 100644
index f388dd0ebba..00000000000
--- a/dist/ipf/ipsd/linux.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* $NetBSD: linux.h,v 1.4 2012/02/15 17:55:05 riz Exp $ */
-
-/*
- * Copyright (C) 1997-1998 by Darren Reed.
- *
- * See the IPFILTER.LICENCE file for details on licencing.
- *
- * @(#)linux.h 1.1 8/19/95
- */
-
-#include <linux/config.h>
-#ifdef MODULE
-#include <linux/module.h>
-#include <linux/version.h>
-#endif /* MODULE */
-
-#include "ip_compat.h"