]> andersk Git - openssh.git/commitdiff
- jolan@cvs.openbsd.org 2007/05/17 23:53:41
authordtucker <dtucker>
Sun, 20 May 2007 05:11:33 +0000 (05:11 +0000)
committerdtucker <dtucker>
Sun, 20 May 2007 05:11:33 +0000 (05:11 +0000)
     [sshconnect2.c]
     djm owes me a vb and a tism cd for breaking ssh compilation

ChangeLog
sshconnect2.c

index e85d44d6b7b6f5624f0ad0e89cb89f00974da2e7..7ad33315d1324b58b096f612ce09895a68f842e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,9 @@
      pass received SIGINT from monitor to postauth child so it can clean
      up properly. bz#1196, patch from senthilkumar_sen AT hotpop.com;
      ok markus@
+   - jolan@cvs.openbsd.org 2007/05/17 23:53:41
+     [sshconnect2.c]
+     djm owes me a vb and a tism cd for breaking ssh compilation
 
 20070509
  - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
index 2b274015498c23d04155389327d98714afd517bb..208df078cde3ac5c5e35d439748e300083ad5b36 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect2.c,v 1.163 2007/05/17 20:48:13 djm Exp $ */
+/* $OpenBSD: sshconnect2.c,v 1.164 2007/05/17 23:53:41 jolan Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
@@ -31,6 +31,7 @@
 #include <sys/stat.h>
 
 #include <errno.h>
+#include <netdb.h>
 #include <pwd.h>
 #include <signal.h>
 #include <stdarg.h>
This page took 0.041438 seconds and 5 git commands to generate.