- (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll

<dan@mesastate.edu>
This commit is contained in:
Ben Lindstrom 2001-04-23 22:39:42 +00:00
parent 706e7a9cf9
commit 3432834ca4
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,8 @@
document hostbased and other cleanup
- (stevesk) start_pam() doesn't use DNS now for sshd -u0.
- (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
- (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
<dan@mesastate.edu>
20010422
- OpenBSD CVS Sync
@ -5233,4 +5235,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1163 2001/04/23 18:38:37 stevesk Exp $
$Id: ChangeLog,v 1.1164 2001/04/23 22:39:42 mouring Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.279 2001/04/21 21:31:53 tim Exp $
# $Id: configure.in,v 1.280 2001/04/23 22:39:42 mouring Exp $
AC_INIT(ssh.c)
@ -179,6 +179,7 @@ mips-sony-bsd|mips-sony-newsos4)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
LIBS="$LIBS -lc89 -lnsl -lgen -lsocket"
AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
;;
*-sni-sysv*)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"