]> andersk Git - openssh.git/blobdiff - logintest.c
- (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] Make
[openssh.git] / logintest.c
index 15287613bdfaa345c6aea99b2a6633517488640f..7e9fbbfbbdc1e5a6cac726af7de233410e9438d8 100644 (file)
 
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <sys/socket.h>
+
+#include <netinet/in.h>
+
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -43,8 +47,6 @@
 
 #include "loginrec.h"
 
-RCSID("$Id$");
-
 extern char *__progname;
 
 #define PAUSE_BEFORE_LOGOUT 3
This page took 0.037938 seconds and 4 git commands to generate.