diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-02-07 10:52:59 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2010-02-07 10:52:59 -0500 |
commit | 96ff754155ef13681c79ccbda2d998f411ac0e6f (patch) | |
tree | 7fa231496aca60a8061cd8b4a29974d3fdba2ac8 /configure | |
parent | 00a84a5f8532bcc5c5a39fd600606f2c337e46f9 (diff) | |
download | cifs-utils-96ff754155ef13681c79ccbda2d998f411ac0e6f.tar.gz cifs-utils-96ff754155ef13681c79ccbda2d998f411ac0e6f.tar.bz2 cifs-utils-96ff754155ef13681c79ccbda2d998f411ac0e6f.zip |
cifs.upcall: replace SMB_STRNDUP with strndup
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |