]> git.pld-linux.org Git - packages/dietlibc.git/blob - dietlibc-loop.patch
- rel 12; add missing loop.h definitions
[packages/dietlibc.git] / dietlibc-loop.patch
1 --- dietlibc-0.32/include/linux/loop.h~ 2003-08-19 18:58:18.000000000 +0200
2 +++ dietlibc-0.32/include/linux/loop.h  2011-05-30 16:50:15.748100072 +0200
3 @@ -40,6 +40,7 @@
4  #define LO_CRYPT_IDEA          6
5  #define LO_CRYPT_DUMMY         9
6  #define LO_CRYPT_SKIPJACK      10
7 +#define LO_CRYPT_CRYPTOAPI     18
8  #define MAX_LO_CRYPT           20
9  
10  /* IOCTL commands --- we will commandeer 0x4C ('L') */
11 @@ -47,6 +48,12 @@
12  #define LOOP_CLR_FD    0x4C01
13  #define LOOP_SET_STATUS        0x4C02
14  #define LOOP_GET_STATUS        0x4C03
15 +#define LOOP_SET_STATUS        0x4C02
16 +#define LOOP_GET_STATUS        0x4C03
17 +#define LOOP_SET_STATUS64      0x4C04
18 +#define LOOP_GET_STATUS64      0x4C05
19 +#define LOOP_CHANGE_FD 0x4C06
20 +#define LOOP_SET_CAPACITY      0x4C07
21  
22  __END_DECLS
23  
This page took 0.071597 seconds and 3 git commands to generate.