pkgsrc/net/freewais-sf/patches/patch-az
seb f999c2f5f4 Fix build with gcc3 and libtool 1.5.
Fix installation directory of elisp file.
Sort PLIST and remove info files entries.

Bump PKGREVISION.
2004-03-09 11:24:04 +00:00

15 lines
378 B
Text

$NetBSD: patch-az,v 1.1 2004/03/09 11:24:04 seb Exp $
--- lib/ir/sockets.c.orig 1999-04-16 09:59:35.000000000 +0000
+++ lib/ir/sockets.c
@@ -71,8 +71,10 @@ close_connection_to_server (file)
#ifdef HAS_SYS_ERRLIST
extern int errno;
+#if !(defined(BSD) && BSD >= 199306)
extern int sys_nerr;
#endif
+#endif
char host_name[255], host_address[255];