summaryrefslogtreecommitdiff
path: root/devel/clanlib-devel/files/patch-ak
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /devel/clanlib-devel/files/patch-ak
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'devel/clanlib-devel/files/patch-ak')
-rw-r--r--devel/clanlib-devel/files/patch-ak26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/clanlib-devel/files/patch-ak b/devel/clanlib-devel/files/patch-ak
deleted file mode 100644
index c5758600b659..000000000000
--- a/devel/clanlib-devel/files/patch-ak
+++ /dev/null
@@ -1,26 +0,0 @@
---- Sources/Core/Input/TTY/keyboard_tty.h.orig Sun Apr 9 15:18:01 2000
-+++ Sources/Core/Input/TTY/keyboard_tty.h Mon Sep 25 00:46:07 2000
-@@ -32,6 +32,8 @@
- #include "Core/System/Unix/init_linux.h"
- #include "API/Core/System/keep_alive.h"
- #include <termios.h>
-+#include <stdio.h>
-+#include <sys/kbio.h>
-
- class CL_InputButton_TTYKeyboard : public CL_InputButton
- {
-@@ -71,12 +73,13 @@
-
- char keymap[128];
-
-+ keymap_t vga_keymap;
- int fd;
- int old_mode;
- int old_kd;
- struct termios old_termios;
- void handle_code(char code);
-- char translate(int kb_value);
-+ char translate(struct keyent_t kb_value);
-
- CL_InputButton_TTYKeyboard **buttons;
- };