1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/mail/mh/files/patch-ao
Hidetoshi Shimokawa 93aa89f88c Fix for alpha.
- remove 'long time()' and add '#include <time.h>'.
1999-01-16 12:15:50 +00:00

19 lines
323 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- uip/forw.c.orig Sat Jan 16 21:06:24 1999
+++ uip/forw.c Sat Jan 16 21:07:07 1999
@@ -12,6 +12,7 @@
#ifdef LOCALE
#include <locale.h>
#endif
+#include <time.h>
#ifndef MIME
#define MIMEminc(a) (a)
@@ -133,7 +134,6 @@
static struct msgs *mp = NULL; /* used a lot */
-long time ();
off_t lseek();
/* */