1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/rmsg/files/patch-ae

12 lines
230 B
Plaintext
Raw Normal View History

--- misc.c.orig Sun Sep 19 16:48:00 1999
+++ misc.c Sun Sep 19 16:48:12 1999
@@ -24,7 +24,7 @@
#include "rmsgprot.h"
char *append(), *ctime(), *malloc(), *strcpy();
-long time();
+time_t time();
char *basename(x)
char *x;