]> git.pld-linux.org Git - packages/util-vserver.git/blob - util-vserver-no-kernel-includes.patch
- added BR: libtool
[packages/util-vserver.git] / util-vserver-no-kernel-includes.patch
1 --- util-vserver-0.30.207/kernel/dlimit.h~      2005-04-28 12:58:02.000000000 +0200
2 +++ util-vserver-0.30.207/kernel/dlimit.h       2005-05-06 15:21:32.686838000 +0200
3 @@ -2,7 +2,6 @@
4  #define _VX_DLIMIT_H
5  
6  #include "switch.h"
7 -#include <linux/spinlock.h>
8  
9  #define CDLIM_UNSET            (0ULL)
10  #define CDLIM_INFINITY         (~0ULL)
11 @@ -11,6 +10,8 @@
12  
13  #ifdef __KERNEL__
14  
15 +#include <linux/spinlock.h>
16 +
17  struct super_block;
18  
19  struct dl_info {
This page took 0.023017 seconds and 3 git commands to generate.