The one and only argument to time(3) is a time_t*. This fixes builds on

the Alpha.
This commit is contained in:
Steve Price 2000-02-20 20:50:55 +00:00
parent cb5230eccd
commit 5cb58533ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26053
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,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 ),

View file

@ -0,0 +1,11 @@
--- callback/callback.c.orig Fri Feb 18 10:08:43 2000
+++ callback/callback.c Fri Feb 18 10:08:54 2000
@@ -69,7 +69,7 @@
* system header files)
*/
#ifndef __NetBSD__
-time_t time _PROTO(( long * tloc ));
+time_t time _PROTO(( time_t * tloc ));
#endif
/* conf_cb.c */

View file

@ -0,0 +1,11 @@
--- voice/libvoice/voice_fax.c.orig Fri Feb 18 10:10:12 2000
+++ voice/libvoice/voice_fax.c Fri Feb 18 10:10:28 2000
@@ -30,7 +30,7 @@
/* seems to missing nearly everywhere */
#ifndef __NetBSD__
-time_t time _PROTO(( long * tloc ));
+time_t time _PROTO(( time_t * tloc ));
#endif
/* from faxrecp.c */