1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Fix build by removing declaration for deprecated and unreferenced

sys_nerr variable.
This patch is copied from editors/emacs20/files/patch-src_emacs.c.

Approved by: maintaner
This commit is contained in:
Satoshi Taoka 2002-10-30 13:30:28 +00:00
parent bba3ea0051
commit 70d3c836e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69162

View File

@ -0,0 +1,13 @@
$FreeBSD: /tmp/pcvs/ports/japanese/emacs20-emcws/files/Attic/patch-src_emacs.c,v 1.1 2002-10-30 13:30:28 taoka 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