diff options
Diffstat (limited to 'mail/xfmail/patches/patch-aa')
-rw-r--r-- | mail/xfmail/patches/patch-aa | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/mail/xfmail/patches/patch-aa b/mail/xfmail/patches/patch-aa index 7d766d086f9..466f8912bba 100644 --- a/mail/xfmail/patches/patch-aa +++ b/mail/xfmail/patches/patch-aa @@ -1,9 +1,13 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 11:09:54 agc Exp $ +$NetBSD: patch-aa,v 1.3 2001/02/26 22:32:09 tron Exp $ ---- ui/newobjs.h.orig Wed Oct 22 04:31:31 1997 -+++ ui/newobjs.h Fri Jun 26 03:14:01 1998 -@@ -6,3 +6,3 @@ +--- ui/newobjs.h.orig Tue Jan 18 02:38:23 2000 ++++ ui/newobjs.h +@@ -4,7 +4,7 @@ + #ifndef _NEWOBJS_H + #define _NEWOBJS_H --#include <forms.h> -+#include <X11/forms.h> - #include <sys/param.h> +- #include <forms.h> ++ #include <X11/forms.h> + #ifdef MAX + #undef MAX + #endif |