aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@smyrno.hos.anvin.org>2005-05-24 22:46:56 -0700
committerH. Peter Anvin <hpa@smyrno.hos.anvin.org>2005-05-24 22:46:56 -0700
commitc9ce000796afc734caecaade5a5ad974604036d2 (patch)
treef810bbf911a806181f479a9aa2fca7a2b336d9ec
parentefc909ad68dea9e7606ed8ed4cbbc8aaef186a94 (diff)
downloadklibc-c9ce000796afc734caecaade5a5ad974604036d2.tar.gz
[patch 12/12] new include file net/route.hklibc-1.0.11
Provide <net/route.h>. This is the same as <linux/route.h>, but under glibc it has the advantage that it does not suck in <linux/if.h> which conflicts with <net/if.h>. Signed-off-by: Erik van Konijnenburg <ekonijn@xs4all.nl>
-rw-r--r--include/net/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/route.h b/include/net/route.h
new file mode 100644
index 0000000000000..a60df24c0a9a2
--- /dev/null
+++ b/include/net/route.h
@@ -0,0 +1 @@
+#include <linux/route.h>