a4cd3a36c0
PR: ports/85698 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Approved by: Adam Kranzel <adam@blacktabby.org> (maintainer)
13 lines
314 B
C
13 lines
314 B
C
--- ../../libwww/Library/src/wwwsys.h.orig Fri Aug 12 20:41:18 2005
|
|
+++ ../../libwww/Library/src/wwwsys.h Sun Aug 14 11:16:55 2005
|
|
@@ -1320,10 +1320,6 @@
|
|
#define socerrno errno
|
|
#endif
|
|
|
|
-#ifndef HAVE_STRERROR /* Otherwise use the table */
|
|
-extern char *sys_errlist[];
|
|
-extern int sys_nerr;
|
|
-#endif
|
|
|
|
/*
|
|
.
|