1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/fspclient/files/patch-ak
David W. Chapman Jr. 3b820e5629 Fix -current building
PR:		37963
Submitted by:	obraun@informatik.unibw-muenchen.de
2002-05-15 19:51:08 +00:00

14 lines
337 B
Plaintext

--- common/common.h.orig Fri May 7 02:04:30 1993
+++ common/common.h Mon Dec 27 20:53:08 1999
@@ -92,7 +92,9 @@
/* definitions missing from many system headers */
extern int errno;
-extern int sys_nerr;
+extern const int sys_nerr;
+#ifndef __FreeBSD__
extern char *sys_errlist[];
+#endif
#if !HAVE_STRDUP
#ifndef ANSI_PROTOTYPES