summaryrefslogtreecommitdiff
path: root/net/rmsg/files/patch-ae
blob: e858dbafe6f44352357400d4e0c275766e63deae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;