mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Remove GCC_UNUSED under FREEBSD_NATIVE option.
Requested by: ache
This commit is contained in:
parent
d8a31f810f
commit
77b3485b11
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50850
@ -50,6 +50,8 @@ char *UP;
|
||||
char *BC;
|
||||
|
||||
#ifdef FREEBSD_NATIVE
|
||||
#undef GCC_UNUSED
|
||||
#define GCC_UNUSED
|
||||
extern char _nc_termcap[]; /* buffer to copy out */
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user