mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
Fixes for make headers_check
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3330 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -22,15 +22,15 @@ diff -upkr linux-2.6.37/include/linux/mm_types.h linux-2.6.37/include/linux/mm_t
|
||||
/*
|
||||
diff -upkr linux-2.6.37/include/linux/net.h linux-2.6.37/include/linux/net.h
|
||||
--- linux-2.6.37/include/linux/net.h 2011-01-05 03:50:19.000000000 +0300
|
||||
+++ linux-2.6.37/include/linux/net.h 2011-01-08 16:43:27.966430897 +0300
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <linux/socket.h>
|
||||
#include <asm/socket.h>
|
||||
+++ linux-2.6.37/include/linux/net.h 2011-04-01 00:14:47.839036295 +0400
|
||||
@@ -60,6 +60,7 @@ typedef enum {
|
||||
#include <linux/fcntl.h> /* For O_CLOEXEC and O_NONBLOCK */
|
||||
#include <linux/kmemcheck.h>
|
||||
#include <linux/rcupdate.h>
|
||||
+#include <linux/mm.h>
|
||||
|
||||
#define NPROTO AF_MAX
|
||||
|
||||
struct poll_table_struct;
|
||||
struct pipe_inode_info;
|
||||
@@ -293,5 +294,44 @@ extern int kernel_sock_shutdown(struct s
|
||||
extern struct ratelimit_state net_ratelimit_state;
|
||||
#endif
|
||||
|
||||
@@ -22,15 +22,15 @@ diff -upkr linux-2.6.38/include/linux/mm_types.h linux-2.6.38/include/linux/mm_t
|
||||
/*
|
||||
diff -upkr linux-2.6.38/include/linux/net.h linux-2.6.38/include/linux/net.h
|
||||
--- linux-2.6.38/include/linux/net.h 2011-03-15 04:20:32.000000000 +0300
|
||||
+++ linux-2.6.38/include/linux/net.h 2011-03-18 17:17:58.577360968 +0300
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <linux/socket.h>
|
||||
#include <asm/socket.h>
|
||||
+++ linux-2.6.38/include/linux/net.h 2011-04-01 21:47:43.293184996 +0400
|
||||
@@ -60,6 +60,7 @@ typedef enum {
|
||||
#include <linux/fcntl.h> /* For O_CLOEXEC and O_NONBLOCK */
|
||||
#include <linux/kmemcheck.h>
|
||||
#include <linux/rcupdate.h>
|
||||
+#include <linux/mm.h>
|
||||
|
||||
#define NPROTO AF_MAX
|
||||
|
||||
struct poll_table_struct;
|
||||
struct pipe_inode_info;
|
||||
@@ -293,5 +294,44 @@ extern int kernel_sock_shutdown(struct s
|
||||
extern struct ratelimit_state net_ratelimit_state;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user