mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
409 B
C
12 lines
409 B
C
--- ./common/str.c.orig Tue May 9 01:06:46 1995
|
|
+++ ./common/str.c Mon Nov 18 01:23:20 2002
|
|
@@ -282,8 +282,6 @@
|
|
---------------------------------------------------------------------------*/
|
|
char *str_error(int errnum)
|
|
{
|
|
- extern int sys_nerr;
|
|
- extern char *sys_errlist[];
|
|
static char ebuf[40]; /* 64-bit number + slop */
|
|
|
|
if ((unsigned int)errnum < sys_nerr)
|