mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build on -current (bogus duplicate declaration)
This commit is contained in:
parent
877ddfab1d
commit
24d534742a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65749
1 changed files with 13 additions and 0 deletions
13
editors/emacs20-dl/files/patch-src_emacs.c
Normal file
13
editors/emacs20-dl/files/patch-src_emacs.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
$FreeBSD: /tmp/pcvs/ports/editors/emacs20-dl/files/Attic/patch-src_emacs.c,v 1.1 2002-09-07 00:39:17 kris Exp $
|
||||
|
||||
--- src/emacs.c.orig Wed May 24 15:58:54 2000
|
||||
+++ src/emacs.c Mon Jul 29 23:23:20 2002
|
||||
@@ -602,7 +602,6 @@
|
||||
char stack_bottom_variable;
|
||||
int skip_args = 0;
|
||||
extern int errno;
|
||||
- extern int sys_nerr;
|
||||
#ifdef HAVE_SETRLIMIT
|
||||
struct rlimit rlim;
|
||||
#endif
|
Loading…
Add table
Reference in a new issue