mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Remove conflicting declaration of sys_errlist, which caused make world
breakage.
This commit is contained in:
parent
bf6c0d31b7
commit
162fc7cd57
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24385
1 changed files with 0 additions and 3 deletions
|
@ -190,9 +190,6 @@ extern char _mytinfo_version[];
|
|||
|
||||
/* for quit.c */
|
||||
extern int sys_nerr;
|
||||
#if __FreeBSD__ != 2
|
||||
extern char *sys_errlist[];
|
||||
#endif
|
||||
extern char *prg_name;
|
||||
|
||||
#endif /* _DEFS_H_ */
|
||||
|
|
Loading…
Reference in a new issue