]> andersk Git - openssh.git/commitdiff
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
authordtucker <dtucker>
Wed, 12 Jul 2006 22:45:14 +0000 (22:45 +0000)
committerdtucker <dtucker>
Wed, 12 Jul 2006 22:45:14 +0000 (22:45 +0000)
ChangeLog
auth-krb5.c
auth-pam.c

index b0955c9d0c401c65568d35bc6a29760d526bb978..e0be38ef2fdd75c0ea7fb010d3337381369778af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20060713
+ - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
+
 20060712
  - (dtucker) [configure.ac defines.h] Only define SHUT_RD (and friends) and
    O_NONBLOCK if they're really needed.  Fixes build errors on HP-UX, old
@@ -64,7 +67,6 @@
  - (dtucker) [openbsd-compat/bsd-asprintf.c openbsd-compat/port-aix.c
    openbsd-compat/rresvport.c] More errno.h.
 
-
 20060711
  - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
    openbsd-compat/daemon.c] Add includes needed by open(2).  Conditionally
index 7bce7778bea3907e94d5212f447b704f0d21e863..8beacc0d4680080f50c8316c31dd6a156964ac32 100644 (file)
@@ -40,6 +40,7 @@
 #include "auth.h"
 
 #ifdef KRB5
+#include <errno.h>
 #include <krb5.h>
 
 extern ServerOptions    options;
index 16e7c21e379c3905caceaf53caeca8d149ed8fdf..cb8754ec7d95653fb9050215dc764443ea00b836 100644 (file)
@@ -51,6 +51,8 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
+
+#include <errno.h>
 #include <signal.h>
 
 #ifdef USE_PAM
This page took 0.144991 seconds and 5 git commands to generate.