mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix build on -current (remove duplicate declarations of things in system
headers)
This commit is contained in:
parent
780902cd00
commit
877ddfab1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65748
11
editors/emacs/files/patch-bb
Normal file
11
editors/emacs/files/patch-bb
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/emacs.c.orig Fri Sep 6 17:15:38 2002
|
||||
+++ src/emacs.c Fri Sep 6 17:16:33 2002
|
||||
@@ -427,8 +427,6 @@
|
||||
{
|
||||
char stack_bottom_variable;
|
||||
int skip_args = 0;
|
||||
- extern int errno;
|
||||
- extern sys_nerr;
|
||||
|
||||
#ifdef LINUX_SBRK_BUG
|
||||
__sbrk (1);
|
11
editors/emacs19/files/patch-bb
Normal file
11
editors/emacs19/files/patch-bb
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/emacs.c.orig Fri Sep 6 17:15:38 2002
|
||||
+++ src/emacs.c Fri Sep 6 17:16:33 2002
|
||||
@@ -427,8 +427,6 @@
|
||||
{
|
||||
char stack_bottom_variable;
|
||||
int skip_args = 0;
|
||||
- extern int errno;
|
||||
- extern sys_nerr;
|
||||
|
||||
#ifdef LINUX_SBRK_BUG
|
||||
__sbrk (1);
|
11
editors/emacs22/files/patch-bb
Normal file
11
editors/emacs22/files/patch-bb
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/emacs.c.orig Fri Sep 6 17:15:38 2002
|
||||
+++ src/emacs.c Fri Sep 6 17:16:33 2002
|
||||
@@ -427,8 +427,6 @@
|
||||
{
|
||||
char stack_bottom_variable;
|
||||
int skip_args = 0;
|
||||
- extern int errno;
|
||||
- extern sys_nerr;
|
||||
|
||||
#ifdef LINUX_SBRK_BUG
|
||||
__sbrk (1);
|
11
editors/emacs23/files/patch-bb
Normal file
11
editors/emacs23/files/patch-bb
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/emacs.c.orig Fri Sep 6 17:15:38 2002
|
||||
+++ src/emacs.c Fri Sep 6 17:16:33 2002
|
||||
@@ -427,8 +427,6 @@
|
||||
{
|
||||
char stack_bottom_variable;
|
||||
int skip_args = 0;
|
||||
- extern int errno;
|
||||
- extern sys_nerr;
|
||||
|
||||
#ifdef LINUX_SBRK_BUG
|
||||
__sbrk (1);
|
Loading…
Reference in New Issue
Block a user