diff options
Diffstat (limited to 'editors/joe/patches/patch-ai')
-rw-r--r-- | editors/joe/patches/patch-ai | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/joe/patches/patch-ai b/editors/joe/patches/patch-ai new file mode 100644 index 00000000000..1d001b9fc27 --- /dev/null +++ b/editors/joe/patches/patch-ai @@ -0,0 +1,12 @@ +$NetBSD: patch-ai,v 1.1 2003/06/08 15:20:41 abs Exp $ + +--- vs.c.orig Thu Oct 6 07:20:35 1994 ++++ vs.c +@@ -16,7 +16,6 @@ You should have received a copy of the G + JOE; see the file COPYING. If not, write to the Free Software Foundation, + 675 Mass Ave, Cambridge, MA 02139, USA. */ + +-#include <varargs.h> + #include "config.h" + #include "zstr.h" + #include "blocks.h" |