packages/utils/bluez-utils/patches/100-enokey.patch
florian d84ce95ff5 Update bluez-utils to 3.36 (#3765)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-19 18:00:19 +00:00

23 lines
441 B
Diff

--- a/input/device.c
+++ b/input/device.c
@@ -25,6 +25,8 @@
#include <config.h>
#endif
+#define ENOKEY 161 /* Required key not available */
+
#include <stdlib.h>
#include <errno.h>
#include <fcntl.h>
--- a/input/storage.c
+++ b/input/storage.c
@@ -25,6 +25,8 @@
#include <config.h>
#endif
+#define ENOKEY 161 /* Required key not available */
+
#include <stdio.h>
#include <errno.h>
#include <ctype.h>