Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/headers-check-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/headers-check-2.6:
headers_check fix: linux/net_dropmon.h
headers_check fix: linux/auto_fs.h

+2 -2
+1 -2
include/linux/auto_fs.h
··· 14 14 #ifndef _LINUX_AUTO_FS_H 15 15 #define _LINUX_AUTO_FS_H 16 16 17 + #include <linux/types.h> 17 18 #ifdef __KERNEL__ 18 19 #include <linux/fs.h> 19 20 #include <linux/limits.h> 20 - #include <linux/types.h> 21 21 #include <linux/ioctl.h> 22 22 #else 23 - #include <asm/types.h> 24 23 #include <sys/ioctl.h> 25 24 #endif /* __KERNEL__ */ 26 25
+1
include/linux/net_dropmon.h
··· 1 1 #ifndef __NET_DROPMON_H 2 2 #define __NET_DROPMON_H 3 3 4 + #include <linux/types.h> 4 5 #include <linux/netlink.h> 5 6 6 7 struct net_dm_drop_point {