openbsd-ports/astro/xphoon/patches/patch-ab
marc 52cf74ec26 More time_t changes (got rid of all warnings).
Packing list updated (man installed in cat1, not man1).
1998-02-26 19:10:03 +00:00

21 lines
419 B
Plaintext

--- xphoon.c.orig Wed Sep 18 12:57:37 1991
+++ xphoon.c Thu Feb 26 11:06:34 1998
@@ -32,7 +32,7 @@
/* Externals. */
extern char* malloc();
-extern long time();
+extern time_t time();
extern long random();
extern void getbits();
@@ -65,7 +65,7 @@
int blackflag, demoflag;
int printpid;
char* display_name;
- long clock;
+ time_t clock;
int pid, tty;
int size;
char* mooncopy;