]> andersk Git - openssh.git/commitdiff
- dtucker@cvs.openbsd.org 2008/06/13 14:18:51
authordtucker <dtucker>
Fri, 13 Jun 2008 23:01:24 +0000 (23:01 +0000)
committerdtucker <dtucker>
Fri, 13 Jun 2008 23:01:24 +0000 (23:01 +0000)
     [auth2-pubkey.c auth-rhosts.c]
     Include unistd.h for close(), prevents warnings in -portable

ChangeLog
auth-rhosts.c
auth2-pubkey.c

index b61b2ade4b7b2c86c472f1f370405e8fb78ee069..6f9ba0bd4cbea09e7fbc8d4200f0ec4b63b79918 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
      applying additional restrictions to non-pubkey authentications in
      the case where pubkey fails but another method subsequently succeeds.
      bz #1472, found by Colin Watson, ok markus@ djm@
+   - dtucker@cvs.openbsd.org 2008/06/13 14:18:51
+     [auth2-pubkey.c auth-rhosts.c]
+     Include unistd.h for close(), prevents warnings in -portable
 
 20080612
  - (dtucker) OpenBSD CVS Sync
index bbddfb6df63202b7176cfd693aa9db31e5f4c66c..5c12967016b4d62720e2aadfa10505c9c3f310a2 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-rhosts.c,v 1.42 2008/06/13 04:40:22 djm Exp $ */
+/* $OpenBSD: auth-rhosts.c,v 1.43 2008/06/13 14:18:51 dtucker Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -27,6 +27,7 @@
 #include <string.h>
 #include <stdarg.h>
 #include <fcntl.h>
+#include <unistd.h>
 
 #include "packet.h"
 #include "buffer.h"
index 7f7ddd8cf9f81c1978a701b56aab0603c473004b..3065150009c9c6dddaeb79689c61763dab9e7317 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-pubkey.c,v 1.16 2008/06/13 04:40:22 djm Exp $ */
+/* $OpenBSD: auth2-pubkey.c,v 1.17 2008/06/13 14:18:51 dtucker Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
@@ -32,6 +32,7 @@
 #include <pwd.h>
 #include <stdio.h>
 #include <stdarg.h>
+#include <unistd.h>
 
 #include "xmalloc.h"
 #include "ssh.h"
This page took 0.05221 seconds and 5 git commands to generate.