aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-15 19:51:08 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-15 19:51:08 +0000
commit3b820e5629f5df944ac7fcb7fb2361d815dc5d9c (patch)
treecae8799896c3531910605545927672ef575af7ef /net/fspclient
parente0fba1b53dbc6f021fab432c6710b1de642cc90e (diff)
downloadports-3b820e5629f5df944ac7fcb7fb2361d815dc5d9c.tar.gz
ports-3b820e5629f5df944ac7fcb7fb2361d815dc5d9c.zip
Fix -current building
PR: 37963 Submitted by: obraun@informatik.unibw-muenchen.de
Notes
Notes: svn path=/head/; revision=59193
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