]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
missing newline
authorDamien Miller <djm@mindrot.org>
Tue, 7 Jan 2003 13:06:48 +0000 (00:06 +1100)
committerDamien Miller <djm@mindrot.org>
Tue, 7 Jan 2003 13:06:48 +0000 (00:06 +1100)
configure.ac

index d4213af5f3028d7894114dcbca1a3fe4af1e98da..a115d3cd28f019be8ab839b811b5d36d2a40c615 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.95 2003/01/07 06:04:18 djm Exp $
+# $Id: configure.ac,v 1.96 2003/01/07 13:06:48 djm Exp $
 
 AC_INIT
 AC_CONFIG_SRCDIR([ssh.c])
@@ -602,7 +602,8 @@ AC_CHECK_FUNCS(arc4random b64_ntop bcopy bindresvport_sa \
        setenv seteuid setgroups setlogin setproctitle setresgid setreuid \
        setrlimit setsid setpcred setvbuf sigaction sigvec snprintf \
        socketpair strerror strlcat strlcpy strmode strvis sysconf \
-       tcgetpgrp truncate utimes vhangup vsnprintf waitpid __b64_ntop \                _getpty)
+       tcgetpgrp truncate utimes vhangup vsnprintf waitpid __b64_ntop \
+       _getpty)
 
 dnl Make sure strsep prototype is defined before defining HAVE_STRSEP
 AC_CHECK_DECL(strsep, [AC_CHECK_FUNCS(strsep)])