mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
17fa90d0d0
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> PR: ports/17464
19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
--- rw/rwTable.c.orig Wed Jun 10 06:09:32 1998
|
|
+++ rw/rwTable.c Fri Mar 17 01:20:54 2000
|
|
@@ -231,6 +231,7 @@
|
|
char *
|
|
RWGetMsg()
|
|
{
|
|
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
|
|
#if defined(BSD4_4)
|
|
__const extern char *__const sys_errlist[];
|
|
#else
|
|
@@ -239,6 +240,7 @@
|
|
#endif
|
|
#endif
|
|
extern int errno;
|
|
+#endif
|
|
|
|
if (RWtableMsg[0] == '\0') {
|
|
if (errno == 0)
|