freebsd-ports/astro/xphoon/files/patch-ab
Norikatsu Shigemura 903a0552c4 Update to 2000.06.13.
PR:		ports/50203
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-04 20:29:33 +00:00

20 lines
529 B
Plaintext

--- xphoon.c.orig Thu Sep 19 04:57:37 1991
+++ xphoon.c Sun Jan 3 18:30:29 1999
@@ -20,7 +20,6 @@
#include "vroot.h"
#include <stdio.h>
#include <stdlib.h> /* added by David Frey */
-#include <malloc.h> /* added by David Frey */
#include <time.h> /* added by David Frey */
#include <math.h>
#include <limits.h> /* added by Lalo Martins */
@@ -65,7 +74,7 @@
int blackflag, demoflag;
int printpid;
char* display_name;
- long clock;
+ time_t clock;
int pid, tty;
int size;
char* mooncopy;