1
0
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:
Luoqi Chen 1999-09-03 17:56:05 +00:00
parent d8a31f810f
commit 77b3485b11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50850

View File

@ -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