aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-functions.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/curl-functions.m4')
-rw-r--r--m4/curl-functions.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4
index 1bbd330ae..ca5b86fc3 100644
--- a/m4/curl-functions.m4
+++ b/m4/curl-functions.m4
@@ -21,7 +21,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 64
+# serial 65
dnl CURL_INCLUDES_ARPA_INET
@@ -5970,7 +5970,7 @@ AC_DEFUN([CURL_CHECK_FUNC_SETXATTR], [
AC_LANG_PROGRAM([[
$curl_includes_sys_xattr
]],[[
- if(0 != setxattr("", "", "", 0, 0))
+ if(0 != setxattr(0, 0, 0, 0, 0))
return 1;
]])
],[