From 96ff754155ef13681c79ccbda2d998f411ac0e6f Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sun, 7 Feb 2010 10:52:59 -0500 Subject: cifs.upcall: replace SMB_STRNDUP with strndup Signed-off-by: Jeff Layton --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1fcac6b..e121987 100755 --- a/configure +++ b/configure @@ -4349,7 +4349,8 @@ _ACEOF -for ac_header in arpa/inet.h fcntl.h inttypes.h limits.h mntent.h netdb.h stddef.h stdint.h stdlib.h string.h strings.h sys/mount.h sys/param.h sys/socket.h sys/time.h unistd.h + +for ac_header in arpa/inet.h fcntl.h inttypes.h limits.h mntent.h netdb.h stddef.h stdint.h stdlib.h string.h strings.h sys/mount.h sys/param.h sys/socket.h sys/time.h syslog.h unistd.h do as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- cgit v1.2.3