From 26ebfd922544f12f1986ef7bd2089dd8d554883a Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Tue, 16 Dec 2003 23:34:25 +0000 Subject: not used --- distrib/special/gzip/compress.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 distrib/special/gzip/compress.c diff --git a/distrib/special/gzip/compress.c b/distrib/special/gzip/compress.c deleted file mode 100644 index 99b7fb091db..00000000000 --- a/distrib/special/gzip/compress.c +++ /dev/null @@ -1,15 +0,0 @@ -/* $OpenBSD: compress.c,v 1.1 2003/12/16 22:40:58 henning Exp $ */ -/* compress.c -- compress a memory buffer - * Copyright (C) 1995-2002 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h - */ - - -#define ZLIB_INTERNAL -#include "zlib.h" - -uLong ZEXPORT compressBound (sourceLen) - uLong sourceLen; -{ - return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) + 11; -} -- cgit v1.2.3