vfs/smb: removed own obsolete and broken substitution of strchr
Этот коммит содержится в:
родитель
3e034c77ac
Коммит
c47852cbfe
@ -132,7 +132,7 @@ if test x"$ac_cv_func_connect" = x"no"; then
|
||||
fi
|
||||
|
||||
AC_CHECK_FUNCS(waitpid getcwd strtoul chown chmod)
|
||||
AC_CHECK_FUNCS(fstat strchr utime utimes getrlimit fsync memset)
|
||||
AC_CHECK_FUNCS(fstat utime utimes getrlimit fsync memset)
|
||||
AC_CHECK_FUNCS(memmove vsnprintf snprintf setsid glob pipe crypt16 getauthuid)
|
||||
AC_CHECK_FUNCS(sigprocmask sigblock sigaction innetgr setnetgrent getnetgrent endnetgrent)
|
||||
AC_CHECK_FUNCS(initgroups select rdchk getgrnam pathconf)
|
||||
|
@ -454,11 +454,6 @@
|
||||
#define MAX(a,b) ((a)>(b)?(a):(b))
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRCHR
|
||||
# define strchr index
|
||||
# define strrchr rindex
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_BROKEN_GETGROUPS
|
||||
#define GID_T int
|
||||
#else
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user