Erik van Konijnenburg
2005-May-22 07:52 UTC
[klibc] [patch 12/12] new include file net/route.h
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> Index: klibc-1.0.8/include/net/route.h ==================================================================--- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ klibc-1.0.8/include/net/route.h 2005-05-21 15:22:23.000000000 +0200 @@ -0,0 +1 @@ +#include <linux/route.h> --