]> err.no Git - linux-2.6/blobdiff - include/linux/net.h
Merge branch 'sched/clock' into sched/urgent
[linux-2.6] / include / linux / net.h
index 39a23af059b4acc5ca7a115ff2eba2da2b097ff3..4a9a30f2d68fe65e5184e367b488b4759ef20e33 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <linux/wait.h>
 #include <linux/socket.h>
-#include <linux/fcntl.h>       /* For O_CLOEXEC */
+#include <linux/fcntl.h>       /* For O_CLOEXEC and O_NONBLOCK */
 #include <asm/socket.h>
 
 struct poll_table_struct;
@@ -351,8 +351,7 @@ static const struct proto_ops name##_ops = {                        \
 
 #ifdef CONFIG_SYSCTL
 #include <linux/sysctl.h>
-extern int net_msg_cost;
-extern int net_msg_burst;
+extern struct ratelimit_state net_ratelimit_state;
 #endif
 
 #endif /* __KERNEL__ */