]> andersk Git - gssapi-openssh.git/blobdiff - openssh/compress.c
Import of OpenSSH 4.4p1
[gssapi-openssh.git] / openssh / compress.c
index 0d1c7e55e8ed49180229982c9208c07833d38f37..c058d222412fba86df23cf7e679bf15533988cf7 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: compress.c,v 1.25 2006/08/06 01:13:32 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: compress.c,v 1.21 2004/01/13 19:45:15 markus Exp $");
+
+#include <sys/types.h>
+
+#include <stdarg.h>
+#include <zlib.h>
 
 #include "log.h"
 #include "buffer.h"
-#include "zlib.h"
 #include "compress.h"
 
 z_stream incoming_stream;
This page took 0.079379 seconds and 4 git commands to generate.