diff options
author | Bastian Ballmann <balle@chaostal.de> | 2006-09-13 21:06:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-13 21:06:11 +0000 |
commit | 83d89572948d158c80e48af9b1e49a44c9894178 (patch) | |
tree | 13875ead94b37e1ee78612480e149bb3bdd0d2eb /packages/socat/socat-1.3.2.1/xioopen.patch | |
parent | eaa76110c6263ceef285e5abd5d678855c10b751 (diff) |
socat: fix termios stuff, closes #1407
Diffstat (limited to 'packages/socat/socat-1.3.2.1/xioopen.patch')
-rw-r--r-- | packages/socat/socat-1.3.2.1/xioopen.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/socat/socat-1.3.2.1/xioopen.patch b/packages/socat/socat-1.3.2.1/xioopen.patch new file mode 100644 index 0000000000..456862653a --- /dev/null +++ b/packages/socat/socat-1.3.2.1/xioopen.patch @@ -0,0 +1,11 @@ +diff -Naur socat-1.3/xioopen.h socat-1.3_patched/xioopen.h +--- socat-1.3/xioopen.h 2003-02-15 15:26:22.000000000 +0100 ++++ socat-1.3_patched/xioopen.h 2006-09-05 10:49:15.000000000 +0200 +@@ -42,7 +42,6 @@ + extern const char *ddirection[]; + extern const char *filetypenames[]; + extern const struct addrname addressnames[]; +-extern const char *addressgroupnames[]; + extern const struct optname optionnames[]; + + extern int xioopen_makedual(xiofile_t *file); |