]> andersk Git - gssapi-openssh.git/blobdiff - openssh/monitor_fdpass.c
Initial revision
[gssapi-openssh.git] / openssh / monitor_fdpass.c
index dd1a139841da40b207d671aeb292c3a36c0afcfd..9f8e9cd550fe0764ee8bafdf23e0aca2e1cadcec 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: monitor_fdpass.c,v 1.12 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright 2001 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: monitor_fdpass.c,v 1.6 2004/08/13 02:51:48 djm Exp $");
 
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <sys/uio.h>
+#ifdef HAVE_SYS_UN_H
+#include <sys/un.h>
+#endif
+
+#include <errno.h>
+#include <string.h>
+#include <stdarg.h>
 
 #include "log.h"
 #include "monitor_fdpass.h"
This page took 0.031785 seconds and 4 git commands to generate.