summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-11 14:54:22 +1000
committerDamien Miller <djm@mindrot.org>2000-07-11 14:54:22 +1000
commit3b9734c700be8a31dc0966e58abe904b01da6492 (patch)
tree3e59f5b0d2e57b4a1e012a5a23a87295ded0a915
parent34e64baa92c059bb1eb075cff5325cde76db9d5d (diff)
- (djm) Added bsd-inet_aton and configure support for NeXT
-rw-r--r--ChangeLog2
-rw-r--r--bsd-inet_aton.h2
-rw-r--r--configure.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 99f47dec..a06f8d9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@
from Jim Watt <jimw@peisj.pebio.com>
- (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
to compile on more platforms (incl NeXT).
- - (djm) Added bsd-inet_aton for NeXT
+ - (djm) Added bsd-inet_aton and configure support for NeXT
20000709
- (djm) Only enable PAM_TTY kludge for Linux. Problem report from
diff --git a/bsd-inet_aton.h b/bsd-inet_aton.h
index b8e9674b..ec3c225c 100644
--- a/bsd-inet_aton.h
+++ b/bsd-inet_aton.h
@@ -4,7 +4,7 @@
#include "config.h"
#ifndef HAVE_INET_ATON
-int inet_aton(const char *cp, struct in_addr *addr)
+int inet_aton(const char *cp, struct in_addr *addr);
#endif /* HAVE_INET_ATON */
#endif /* _BSD_INET_ATON_H */
diff --git a/configure.in b/configure.in
index 52184db5..2e242259 100644
--- a/configure.in
+++ b/configure.in
@@ -219,7 +219,7 @@ fi
AC_CHECK_HEADERS(bstring.h endian.h lastlog.h limits.h login.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h stddef.h time.h usersec.h util.h utmp.h utmpx.h)
# Checks for library functions.
-AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_af clock freeaddrinfo gai_strerror getaddrinfo getnameinfo getrusage innetgr md5_crypt memmove mkdtemp on_exit openpty rresvport_af setenv seteuid setlogin setproctitle setreuid sigaction sigvec snprintf strlcat strlcpy vsnprintf vhangup _getpty __b64_ntop)
+AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_af clock freeaddrinfo gai_strerror getaddrinfo getnameinfo getrusage inet_aton innetgr md5_crypt memmove mkdtemp on_exit openpty rresvport_af setenv seteuid setlogin setproctitle setreuid sigaction sigvec snprintf strlcat strlcpy vsnprintf vhangup _getpty __b64_ntop)
dnl checks for time functions
AC_CHECK_FUNCS(gettimeofday time)
dnl checks for libutil functions