diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-08-11 11:54:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-08-11 11:54:09 +0000 |
commit | 0071c27e18be0267a7222a702b7ec6fe7ffd63ac (patch) | |
tree | ab2415a900405a5bd430e3545a1063fbbe308dc8 /app-admin/whowatch/files | |
parent | Stable for amd64, wrt bug #480572 (diff) | |
download | historical-0071c27e18be0267a7222a702b7ec6fe7ffd63ac.tar.gz historical-0071c27e18be0267a7222a702b7ec6fe7ffd63ac.tar.bz2 historical-0071c27e18be0267a7222a702b7ec6fe7ffd63ac.zip |
Fix function names.
Package-Manager: portage-2.2.0_alpha196/cvs/Linux x86_64
Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'app-admin/whowatch/files')
-rw-r--r-- | app-admin/whowatch/files/whowatch-1.8.4-select.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-admin/whowatch/files/whowatch-1.8.4-select.patch b/app-admin/whowatch/files/whowatch-1.8.4-select.patch new file mode 100644 index 000000000000..0907c70e6750 --- /dev/null +++ b/app-admin/whowatch/files/whowatch-1.8.4-select.patch @@ -0,0 +1,17 @@ +--- a/src/whowatch.c ++++ b/src/whowatch.c +@@ -436,12 +436,12 @@ + gettimeofday(&after, 0); + tv.tv_sec -= (after.tv_sec - before.tv_sec); + if(retval > 0) { +- int key = read_key(); ++ int key = getkey(); + key_action(key); + } + if(tv.tv_sec <= 0) { + ticks++; +- periodic(); ++ main_periodic(); + tv.tv_sec = TIMEOUT; + } + #endif |