replaced <netpacket/packet.h> include by <linux/if_packet.h>
tho [Thu, 21 Jul 2011 14:55:28 +0000 (14:55 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1799 270642c3-0616-0410-b53a-bc976706d245

senf/Socket/Protocols/Raw/LLAddressing.hh
senf/Socket/Protocols/Raw/PacketSocketHandle.cc
senf/Utils/Console/Mainpage.dox

index 8a60a8f..b59ce92 100644 (file)
@@ -34,7 +34,7 @@
 
 // Custom includes
 #include <sys/socket.h>
-#include <netpacket/packet.h>
+#include <linux/if_packet.h>
 #include <senf/Socket/Protocols/BSDAddressingPolicy.hh>
 #include <senf/Socket/Protocols/BSDSocketAddress.hh>
 #include "MACAddress.hh"
index 3f5b1c0..8799014 100644 (file)
@@ -35,7 +35,7 @@
 // Custom includes
 #include <sys/types.h>
 #include <sys/socket.h>
-#include <netpacket/packet.h>
+#include <linux/if_packet.h>
 #include <net/ethernet.h>
 #include <netinet/in.h>
 #include <net/if.h>
index 0e47516..8f81b1d 100644 (file)
@@ -60,7 +60,7 @@
     library. See above links for more:
 
     \code
-    #include <senf/Console.hh>
+    #include <senf/Utils/Console.hh>
 
     // Define callback function.
     void mycommand(std::ostream & os, int foo, int bar)