Remove conflicting declaration of sys_errlist, which caused make world

breakage.
This commit is contained in:
John Polstra 1997-03-29 17:42:32 +00:00
parent bf6c0d31b7
commit 162fc7cd57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24385

View file

@ -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_ */