mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
0583db668d
PR: 205891 Submitted by: tkato432 yahoo com Sponsored by: Absolight
12 lines
259 B
C
12 lines
259 B
C
--- src/lib/fte/resource.c.orig 1997-03-21 22:03:41 UTC
|
|
+++ src/lib/fte/resource.c
|
|
@@ -36,7 +36,7 @@ static struct timeb lasttime;
|
|
#endif
|
|
#endif
|
|
#endif
|
|
-static char *enddata;
|
|
+char *enddata;
|
|
static int origsec;
|
|
static int origusec;
|
|
static int lastsec;
|