diff options
Diffstat (limited to 'security/skip/files/patch-df')
-rw-r--r-- | security/skip/files/patch-df | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/skip/files/patch-df b/security/skip/files/patch-df new file mode 100644 index 000000000000..d1787e37a2b4 --- /dev/null +++ b/security/skip/files/patch-df @@ -0,0 +1,12 @@ +diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/tools/skiptool/es_timers.c work.new/skip/tools/skiptool/es_timers.c +--- skipsrc-1.0.orig/skip/tools/skiptool/es_timers.c Fri Oct 25 13:13:07 1996 ++++ work.new/skip/tools/skiptool/es_timers.c Tue Jan 25 09:59:23 2000 +@@ -302,7 +302,7 @@ + print_timers() + { + timerentry_t *curr = my_timers; +- register abs=0; ++ register int abs=0; + + while (curr) { + abs += curr->t_timeout; |