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-ak
Hidetoshi Shimokawa 93aa89f88c Fix for alpha.
- remove 'long time()' and add '#include <time.h>'.
1999-01-16 12:15:50 +00:00

19 lines
340 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/sendsbr.c.orig Wed Dec 1 13:01:38 1993
+++ uip/sendsbr.c Sat Jan 16 20:42:58 1999
@@ -9,6 +9,7 @@
#include <signal.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <time.h>
static alert(), anno(), annoaux();
static int tmp_fd();
@@ -39,7 +40,6 @@
char *getusr ();
off_t lseek ();
-long time ();
/* */