diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-20 20:50:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-20 20:50:55 +0000 |
commit | 5cb58533ad38c121b7a9e128e2385f9036caae6e (patch) | |
tree | 10a37e590e60066d1c4d9c80da9487ff13ed0e22 /comms/mgetty+sendfax/files/patch-ai | |
parent | Add support for the Alpha and create a directory on install so this packages (diff) |
The one and only argument to time(3) is a time_t*. This fixes builds on
the Alpha.
Notes
Notes:
svn path=/head/; revision=26053
Diffstat (limited to 'comms/mgetty+sendfax/files/patch-ai')
-rw-r--r-- | comms/mgetty+sendfax/files/patch-ai | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/files/patch-ai b/comms/mgetty+sendfax/files/patch-ai new file mode 100644 index 000000000000..983c37a74b11 --- /dev/null +++ b/comms/mgetty+sendfax/files/patch-ai @@ -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 */ |