Date: Sun, 28 Jul 1996 21:59:52 +0200 From: "Philippe Charnier" <charnier@xp11.frmug.org> To: current@FreeBSD.org Subject: no prototype for zopen Message-ID: <199607281959.VAA05567@xp11.frmug.org>
next in thread | raw e-mail | index | archive | help
Hi, Zopen's prototype is no longer obtained from libc. cvs diff: Diffing . Index: compress.c =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/usr.bin/compress/compress.c,v retrieving revision 1.2 diff -u -r1.2 compress.c --- compress.c 1995/05/30 06:29:41 1.2 +++ compress.c 1996/07/06 09:26:26 @@ -66,6 +66,8 @@ void setfile __P((char *, struct stat *)); void usage __P((int)); +FILE *zopen __P((const char *, const char *, int)); + int eval, force, verbose; int Index: savecore.c =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/sbin/savecore/savecore.c,v retrieving revision 1.12 diff -u -r1.12 savecore.c --- savecore.c 1996/05/02 09:07:53 1.12 +++ savecore.c 1996/07/06 09:27:30 @@ -128,6 +128,8 @@ void usage __P((void)); void Write __P((int, void *, int)); +FILE *zopen __P((const char *, const char *, int)); + int main(argc, argv) int argc; ------ ------ Philippe Charnier charnier@lirmm.fr (smtp) charnier@xp11.frmug.org (uucp) ``a PC not running FreeBSD is like a venusian with no tentacles'' ------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607281959.VAA05567>