diff options
author | Brad Smith <brad@comstyle.com> | 2011-10-12 04:23:58 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-10-14 17:52:36 +0200 |
commit | d810ada39c584fd2a543f41fb3a121520ab0764e (patch) | |
tree | 6cc8856851b658747bb3bdf9a4c8b64e75e8fd31 /source3/configure.in | |
parent | 6af702bdc9ea36a1f33232a818a819afde9bc4d2 (diff) | |
download | samba-d810ada39c584fd2a543f41fb3a121520ab0764e.tar.gz samba-d810ada39c584fd2a543f41fb3a121520ab0764e.tar.xz samba-d810ada39c584fd2a543f41fb3a121520ab0764e.zip |
Fix sys_fseek wrapper
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 7405cfddf7..7780603f8f 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1085,7 +1085,7 @@ AC_CHECK_FUNCS(getgrset) AC_CHECK_FUNCS(setpriv setgidx setuidx setgroups sysconf stat64 fstat64) AC_CHECK_FUNCS(lstat64 fopen64 atexit grantpt lseek64 ftruncate64 posix_fallocate posix_fallocate64) AC_CHECK_FUNCS(fallocate fallocate64) -AC_CHECK_FUNCS(fseek64 fseeko64 ftell64 ftello64 setluid getpwanam) +AC_CHECK_FUNCS(fseeko fseek64 fseeko64 ftell64 ftello64 setluid getpwanam) AC_CHECK_FUNCS(opendir64 readdir64 seekdir64 telldir64 rewinddir64 closedir64) AC_CHECK_FUNCS(fdopendir fdopendir64) AC_CHECK_FUNCS(getpwent_r) |