From owner-freebsd-current Sun Jul 28 13:40:15 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA09344 for current-outgoing; Sun, 28 Jul 1996 13:40:15 -0700 (PDT) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA09331 for ; Sun, 28 Jul 1996 13:40:09 -0700 (PDT) Received: (from uucp@localhost) by frmug.org (8.6.8/8.6.9) with UUCP id WAA17706 for current@FreeBSD.org; Sun, 28 Jul 1996 22:40:06 +0200 Received: from localhost (localhost [127.0.0.1]) by xp11.frmug.org (8.7.5/8.7.3/xp11-uucp-1.1) with ESMTP id VAA05567 for ; Sun, 28 Jul 1996 21:59:53 +0200 (MET DST) Message-Id: <199607281959.VAA05567@xp11.frmug.org> To: current@FreeBSD.org Subject: no prototype for zopen Date: Sun, 28 Jul 1996 21:59:52 +0200 From: "Philippe Charnier" Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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'' ------------------------------------------------------------------------