summaryrefslogtreecommitdiffstats
path: root/source/a/procps/procinfo.gcc3.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/procps/procinfo.gcc3.diff')
-rw-r--r--source/a/procps/procinfo.gcc3.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/a/procps/procinfo.gcc3.diff b/source/a/procps/procinfo.gcc3.diff
deleted file mode 100644
index 96a3dbb19..000000000
--- a/source/a/procps/procinfo.gcc3.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./routines.c.orig 2001-02-24 15:30:45.000000000 -0800
-+++ ./routines.c 2003-02-07 13:38:09.000000000 -0800
-@@ -390,7 +390,7 @@
- unsigned int d, h, m, s;
- static char buf[22];
-
-- t = t * 100 / HZ;
-+ t = t * 100. / HZ;
- d = (int) (t / 8640000);
- t = t - (long) (d * 8640000);
- h = (int) (t / 360000);