aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient
diff options
context:
space:
mode:
Diffstat (limited to 'net/fspclient')
-rw-r--r--net/fspclient/files/patch-ak3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/fspclient/files/patch-ak b/net/fspclient/files/patch-ak
index c19e52fb8d12..e49c7aa7749e 100644
--- a/net/fspclient/files/patch-ak
+++ b/net/fspclient/files/patch-ak
@@ -3,7 +3,8 @@
@@ -92,7 +92,9 @@
/* definitions missing from many system headers */
extern int errno;
- extern int sys_nerr;
+-extern int sys_nerr;
++extern const int sys_nerr;
+#ifndef __FreeBSD__
extern char *sys_errlist[];
+#endif