diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/heyu/patches |
Initial import
Diffstat (limited to 'package/heyu/patches')
-rw-r--r-- | package/heyu/patches/patch-tty_c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/heyu/patches/patch-tty_c b/package/heyu/patches/patch-tty_c new file mode 100644 index 000000000..d5a83ff86 --- /dev/null +++ b/package/heyu/patches/patch-tty_c @@ -0,0 +1,12 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- heyu-2.3.2.orig/tty.c 2008-04-14 00:40:24.000000000 +0200 ++++ heyu-2.3.2/tty.c 2008-10-09 14:57:18.000000000 +0200 +@@ -396,7 +396,7 @@ char *make_lock_name ( char *ttydev ) + char err_string[200]; + + /* strip the leading path name */ +- ptr = rindex(ttydev, '/'); ++ ptr = strrchr(ttydev, '/'); + + devstr = dev_string; + |