Seems like a very simple problem and i am being lazy and thinking
'kernel'; looks like i need to do this to get mrouted to compile. Mostly
because of conflicts that mrouted likes netinet/in.h
This change (include linux/in.h) seems to have taken place sometime around
2.1 something
If there's some other way of doing it easily without this patch let me
know
cheers,
jamal
--- /usr/src/2.4.3/include/linux/mroute.h.orig Sun Apr 15 17:34:46 2001
+++ /usr/src/2.4.3/include/linux/mroute.h Sun Apr 15 17:19:16 2001
@@ -1,8 +1,10 @@
#ifndef __LINUX_MROUTE_H
#define __LINUX_MROUTE_H
+#ifdef __KERNEL__
#include <linux/sockios.h>
#include <linux/in.h>
+#endif
/*
* Based on the MROUTING 3.5 defines primarily to keep
|