From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/heyu/patches/patch-tty_c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/heyu/patches/patch-tty_c (limited to 'package/heyu/patches/patch-tty_c') 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; + -- cgit v1.2.3