From c6eaa786d52a7d4e16a897854d7de192bc7ea400 Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 8 Feb 2021 20:32:07 +0000 Subject: [PATCH] correct return type for compressBound(); from pedro martelletto --- lib/libz/compress.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libz/compress.3 b/lib/libz/compress.3 index cfac9217c79..b6bb97fc437 100644 --- a/lib/libz/compress.3 +++ b/lib/libz/compress.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.3,v 1.19 2018/03/16 16:58:26 schwarze Exp $ +.\" $OpenBSD: compress.3,v 1.20 2021/02/08 20:32:07 jmc Exp $ .\" .\" Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler .\" @@ -23,7 +23,7 @@ .\" .\" This page corresponds to zlib version 1.2.3 .\" -.Dd $Mdocdate: March 16 2018 $ +.Dd $Mdocdate: February 8 2021 $ .Dt COMPRESS 3 .Os .Sh NAME @@ -2032,7 +2032,7 @@ if there was not enough room in the output buffer, or .Dv Z_STREAM_ERROR if the level parameter is invalid. .It Xo -.Fa int +.Fa uLong .Fn compressBound "uLong sourceLen" .Xc .Pp -- 2.20.1