]> andersk Git - openssh.git/blobdiff - logintest.c
- (dtucker) [openbsd-compat.c/pwcache.c] Pull in pwcache.c from OpenBSD (no
[openssh.git] / logintest.c
index 19229879f2cae75fc439cc99479e36dd2411eddb..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>
 
 #include "loginrec.h"
 
-RCSID("$Id$");
-
-#ifdef HAVE___PROGNAME
 extern char *__progname;
-#else
-char *__progname;
-#endif
 
 #define PAUSE_BEFORE_LOGOUT 3
 
This page took 0.482605 seconds and 4 git commands to generate.