diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 03:35:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 03:35:47 +0000 |
commit | b55008ba4fd7ec250fb4e2aabdc3d6fe17cf524b (patch) | |
tree | c068f224bbfb324132af2cc2ef43ef986c522ad7 /mail/mh/files/patch-al | |
parent | The pine port was marked FORBIDDEN for security reasons 2 years ago. (diff) |
The mh port was marked FORBIDDEN for security reasons 2 years and 7 months
ago. Remove it.
Notes
Notes:
svn path=/head/; revision=67929
Diffstat (limited to 'mail/mh/files/patch-al')
-rw-r--r-- | mail/mh/files/patch-al | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/mh/files/patch-al b/mail/mh/files/patch-al deleted file mode 100644 index 4aec8ee25d06..000000000000 --- a/mail/mh/files/patch-al +++ /dev/null @@ -1,21 +0,0 @@ ---- zotnet/tws/phoon/dtime.c.orig Wed Dec 1 13:01:44 1993 -+++ zotnet/tws/phoon/dtime.c Sat Jan 16 20:56:24 1999 -@@ -26,6 +26,8 @@ - extern char *tzname[]; - #endif SYS5 - -+#include<time.h> -+ - /* */ - - #define abs(a) ( a >= 0 ? a : -a ) -@@ -86,9 +88,6 @@ - NULL }; - - #define CENTURY 19 -- --long time( ); --struct tm *localtime( ); - - /* */ - |