File: time_t.patch

package info (click to toggle)
juman 7.0-3.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,528 kB
  • sloc: sh: 10,168; ansic: 9,976; perl: 5,195; makefile: 738
file content (14 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Beckmann <anbe@debian.org>
Description: use time_t

--- a/makeint/makeint.c
+++ b/makeint/makeint.c
@@ -96,7 +96,7 @@ void translate(char *arg)
 
 int main(int argc, char *argv[])
 {
-     long	t0, t1;
+     time_t	t0, t1;
      long	p0, p1;
      int	dt, i;
      float	dp;