From owner-cvs-all Tue Nov 6 9:13: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2866A37B405; Tue, 6 Nov 2001 09:13:06 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA6HD6b57630; Tue, 6 Nov 2001 09:13:06 -0800 (PST) (envelope-from jhb) Message-Id: <200111061713.fA6HD6b57630@freefall.freebsd.org> From: John Baldwin Date: Tue, 6 Nov 2001 09:13:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand cd9660.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/11/06 09:13:06 PST Modified files: lib/libstand cd9660.c Log: Switch to using ANSI function declarations and add missing function prototypes. I'm tired of getting stupid bugs from changing function parameters and not getting warnings from the compiler when I goof it up. Revision Changes Path 1.9 +15 -31 src/lib/libstand/cd9660.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message