]> andersk Git - gssapi-openssh.git/blobdiff - openssh/compat.c
Import of OpenSSH 4.4p1
[gssapi-openssh.git] / openssh / compat.c
index 4086e853ed6e48bb8b5973709620261a5ebc808e..da67f9410d1c56a65754ba498d5818f9fea3044b 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: compat.c,v 1.76 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl.  All rights reserved.
  *
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: compat.c,v 1.71 2005/03/01 10:09:52 djm Exp $");
 
+#include <sys/types.h>
+
+#include <stdlib.h>
+#include <string.h>
+#include <stdarg.h>
+
+#include "xmalloc.h"
 #include "buffer.h"
 #include "packet.h"
-#include "xmalloc.h"
 #include "compat.h"
 #include "log.h"
 #include "match.h"
This page took 0.298714 seconds and 4 git commands to generate.