pkgsrc/editors/emacs20/patches/patch-an
joerg bd9ece0564 Add DragonFly support. Fix errno. Remove patch-ac, it gets
overriden by the GNU_CONFIGURE magic anyway.
2006-01-04 17:00:32 +00:00

13 lines
329 B
Text

$NetBSD: patch-an,v 1.2 2006/01/04 17:00:32 joerg Exp $
--- src/emacs.c.orig 2000-05-24 13:58:54.000000000 +0000
+++ src/emacs.c
@@ -601,8 +601,6 @@ main (argc, argv, envp)
{
char stack_bottom_variable;
int skip_args = 0;
- extern int errno;
- extern int sys_nerr;
#ifdef HAVE_SETRLIMIT
struct rlimit rlim;
#endif