blob: e09711110328d1899ccb774fcf9d334cdfd43613 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- 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;
|