diff options
Diffstat (limited to 'mail/mh/files/patch-ak')
-rw-r--r-- | mail/mh/files/patch-ak | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/mh/files/patch-ak b/mail/mh/files/patch-ak new file mode 100644 index 000000000000..77295877bc45 --- /dev/null +++ b/mail/mh/files/patch-ak @@ -0,0 +1,18 @@ +--- 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 (); + + /* */ + |