aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/files/patch-ag
blob: 1fd854ba5228e741a833716681ae1cfe326b1429 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sendfax.c.orig	Fri Feb 18 10:06:53 2000
+++ sendfax.c	Fri Feb 18 10:07:37 2000
@@ -41,7 +41,7 @@
 
 /* seems to missing nearly everywhere */
 #ifndef __NetBSD__
-time_t	time _PROTO(( long * tloc ));
+time_t	time _PROTO(( time_t * tloc ));
 #endif
 
 void exit_usage _P2( (program, msg ),