]> andersk Git - openssh.git/blobdiff - cleanup.c
- dtucker@cvs.openbsd.org 2010/01/12 08:33:17
[openssh.git] / cleanup.c
index 11d1d4d9aed29e1a9ff0d2428c217babe3105664..238f965e64461e9d6199f39c43d7349064f77b63 100644 (file)
--- a/cleanup.c
+++ b/cleanup.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: cleanup.c,v 1.5 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2003 Markus Friedl <markus@openbsd.org>
  *
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+
 #include "includes.h"
-RCSID("$OpenBSD: cleanup.c,v 1.1 2003/09/23 20:17:11 markus Exp $");
+
+#include <sys/types.h>
+
+#include <unistd.h>
+#include <stdarg.h>
 
 #include "log.h"
 
This page took 0.039196 seconds and 4 git commands to generate.