diff options
author | Sergey Lapin <slapin@ossfans.org> | 2009-02-16 17:53:16 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2009-02-16 17:53:16 +0300 |
commit | 3fe1150b7afa91ee59dfa6346c1f7387638b7817 (patch) | |
tree | f8ebfebb52dcfdaf4c3d2ac48d42a400a6965c94 /packages/yasr/files/yasr-0.6.9-gcc43.patch | |
parent | af306c58971bfa2e553d763e7b76fd510637fb55 (diff) | |
parent | 57916b57430f2d8ff4341ffcf1dfdcba9b433a92 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/yasr/files/yasr-0.6.9-gcc43.patch')
-rw-r--r-- | packages/yasr/files/yasr-0.6.9-gcc43.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/yasr/files/yasr-0.6.9-gcc43.patch b/packages/yasr/files/yasr-0.6.9-gcc43.patch new file mode 100644 index 0000000000..ee2b1a6ef7 --- /dev/null +++ b/packages/yasr/files/yasr-0.6.9-gcc43.patch @@ -0,0 +1,26 @@ +diff -NrU5 yasr-0.6.9.orig/yasr/yasr.h yasr-0.6.9/yasr/yasr.h +--- yasr-0.6.9.orig/yasr/yasr.h 2008-06-29 01:23:44.000000000 +0200 ++++ yasr-0.6.9/yasr/yasr.h 2008-06-29 01:37:00.000000000 +0200 +@@ -306,22 +306,10 @@ + extern void opt_say(int num, int flag); + extern void opt_set(int num, void *val); + extern void opt_queue_empty(int ll); + extern void opt_write(FILE * fp); + +-/* openpty.c prototypes */ +-extern int openpty(int *, int *, char *, struct termios *, struct winsize *); +- +-/* cfmakeraw.c prototypes */ +-extern void cfmakeraw(struct termios *); +- +-/* login_tty.c prototypes */ +-extern int login_tty(int); +- +-/* forkpty.c prototypes */ +-extern int forkpty(int *, char *, struct termios *, struct winsize *); +- + /* tbc - Would it be more efficient to ensure that "blank" grids always held + ascii 0x20 rather than ascii 0x00? */ + #define y_isblank(ch) ((ch & 0xdf) == 0) + #define cblank(r, c) ((win->row[r][c] & 0xdf) == 0) + #define ttssend(x) if (x) tts_send(x, strlen(x)) |