diff options
author | sibel <lesibel@free.fr> | 2011-03-13 08:59:09 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-13 08:59:09 +0100 |
commit | fdfc6ae280077eb59f0fe3a1df82c7e156065709 (patch) | |
tree | bc48070b1584660b8f76f7c88112a484956b414d /extra/brltty/brltty-4.2-S_ISCHR.patch | |
parent | 595c0a0620c38b6ada62e2b253fde4ef0e53fb8b (diff) | |
download | nutyx-pakxe-fdfc6ae280077eb59f0fe3a1df82c7e156065709.tar.gz nutyx-pakxe-fdfc6ae280077eb59f0fe3a1df82c7e156065709.tar.bz2 nutyx-pakxe-fdfc6ae280077eb59f0fe3a1df82c7e156065709.tar.xz nutyx-pakxe-fdfc6ae280077eb59f0fe3a1df82c7e156065709.zip |
brltty, maj 4.2-1
Diffstat (limited to 'extra/brltty/brltty-4.2-S_ISCHR.patch')
-rw-r--r-- | extra/brltty/brltty-4.2-S_ISCHR.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/brltty/brltty-4.2-S_ISCHR.patch b/extra/brltty/brltty-4.2-S_ISCHR.patch new file mode 100644 index 000000000..eddac9616 --- /dev/null +++ b/extra/brltty/brltty-4.2-S_ISCHR.patch @@ -0,0 +1,11 @@ +diff -up brltty-4.2/Programs/sys_linux.c.BAD brltty-4.2/Programs/sys_linux.c +--- brltty-4.2/Programs/sys_linux.c.BAD 2010-05-21 09:04:10.003122084 -0400 ++++ brltty-4.2/Programs/sys_linux.c 2010-05-21 09:04:19.376198268 -0400 +@@ -23,6 +23,7 @@ + #include <errno.h> + #include <fcntl.h> + #include <sys/ioctl.h> ++#include <sys/stat.h> + #include <linux/kd.h> + + #ifdef HAVE_LINUX_INPUT_H |