sispmctl: moved to github
[packages.git] / utils / bluez-utils / patches / 100-enokey.patch
1 --- a/input/device.c
2 +++ b/input/device.c
3 @@ -25,6 +25,8 @@
4  #include <config.h>
5  #endif
6  
7 +#define ENOKEY          161     /* Required key not available */
8 +
9  #include <stdlib.h>
10  #include <errno.h>
11  #include <fcntl.h>
12 --- a/input/storage.c
13 +++ b/input/storage.c
14 @@ -25,6 +25,8 @@
15  #include <config.h>
16  #endif
17  
18 +#define ENOKEY          161     /* Required key not available */
19 +
20  #include <stdio.h>
21  #include <errno.h>
22  #include <ctype.h>