mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Solve conflict between two global force variables
This commit is contained in:
parent
ad17fe5cc1
commit
5b79c36cbc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6848
@ -21,7 +21,7 @@ static const char SCCSid[] = "@(#) mytinfo termcap.c 3.3 92/06/01 public domain,
|
||||
|
||||
extern char _mytinfo_version[];
|
||||
/* not static */
|
||||
char *force = _mytinfo_version;
|
||||
char *_force_pick1 = _mytinfo_version;
|
||||
|
||||
int
|
||||
tgetent(buf, term)
|
||||
|
@ -18,7 +18,7 @@ static const char SCCSid[] = "@(#) mytinfo terminfo.c 3.2 92/02/01 public domain
|
||||
|
||||
extern char _mytinfo_version[];
|
||||
/* not static */
|
||||
char *force = _mytinfo_version;
|
||||
char *_force_pick2 = _mytinfo_version;
|
||||
|
||||
#ifdef USE_FAKE_STDIO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user