summaryrefslogtreecommitdiff
path: root/graphics/hp2xx/patches/patch-aa
blob: 085062bbc30519061adeabb664c380b13f54f77f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.4 2001/04/23 19:25:47 dmcmahill Exp $

--- to_eps.c.orig	Thu Feb  1 10:05:30 2001
+++ to_eps.c	Mon Apr 23 15:12:26 2001
@@ -144,8 +144,8 @@
 {
 int len;
-long t;
+time_t t;
 char *p;
 
-  t = time((long *) 0);
+  t = time(NULL);
   p = ctime(&t);
   len = strlen(p);