summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-09-25 07:07:16 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-09-25 07:07:16 +0000
commit11b3854192211aefb419544d21d83e375b2a9fc1 (patch)
treef3bed4f169a627b40b3f0f30601b6a6d6b8ad113 /configure.ac
parentb1ca6a351c18f38b9b6fb1b18347a099ae41ef18 (diff)
downloadrsyslog-11b3854192211aefb419544d21d83e375b2a9fc1.tar.gz
rsyslog-11b3854192211aefb419544d21d83e375b2a9fc1.tar.xz
rsyslog-11b3854192211aefb419544d21d83e375b2a9fc1.zip
changed ttyname() to ttyname_r() - not a real fix, as this part of the code
was single threaded, but better to be prepared for the future.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4bd48eb9..ff32d57d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ AC_TYPE_SIGNAL
AC_FUNC_STAT
AC_FUNC_VPRINTF
AC_FUNC_WAIT3
-AC_CHECK_FUNCS([setsid alarm gethostbyname gethostname gettimeofday memset regcomp select socket strcasecmp strchr strerror strerror_r strndup strnlen strrchr strstr strtol strtoul uname])
+AC_CHECK_FUNCS([setsid alarm gethostbyname gethostname gettimeofday memset regcomp select socket strcasecmp strchr strerror strerror_r strndup strnlen strrchr strstr strtol strtoul uname ttyname_r])
# Large file support