]> andersk Git - openssh.git/blobdiff - sshlogin.c
- (dtucker) [regress/agent-getpeereid.sh] Do peereid test if we have
[openssh.git] / sshlogin.c
index a472b511c2305e470b19a1500a9652e8ba2d5c65..0059ff8d03937b68eb0f42ff6d8e0329fb2446c4 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshlogin.c,v 1.17 2006/03/25 18:36:15 deraadt Exp $ */
+/* $OpenBSD: sshlogin.c,v 1.25 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 
 #include "includes.h"
 
+#include <sys/types.h>
+#include <sys/param.h>
+#include <sys/socket.h>
+
+#include <netinet/in.h>
+
+#include <errno.h>
+#include <fcntl.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
+#include <time.h>
+#include <unistd.h>
+
 #include "loginrec.h"
 #include "log.h"
 #include "buffer.h"
This page took 0.064531 seconds and 4 git commands to generate.