mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/whowatch: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/19112 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
fa1134a0a3
commit
61a73249d4
@@ -1,17 +0,0 @@
|
||||
--- 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
|
||||
Reference in New Issue
Block a user