From owner-cvs-lib Sun Mar 24 10:55:48 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17693 for cvs-lib-outgoing; Sun, 24 Mar 1996 10:55:48 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17678 Sun, 24 Mar 1996 10:55:41 -0800 (PST) Date: Sun, 24 Mar 1996 10:55:41 -0800 (PST) From: Joerg Wunsch Message-Id: <199603241855.KAA17678@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libdisk chunk.c create_chunk.c disk.c libdisk.3 libdisk.h tst01.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/03/24 10:55:41 Modified: lib/libdisk chunk.c create_chunk.c disk.c libdisk.3 libdisk.h tst01.c Log: Make libdisk C++ aware: - add __BEGIN_DECLS and __END_DECLS, - add a bunch of ``const'' qualifiers all over the place, - rename the `private' struct member into `private_data' to avoid the clash with the C++ keyword. Revision Changes Path 1.16 +9 -8 src/lib/libdisk/chunk.c 1.23 +4 -4 src/lib/libdisk/create_chunk.c 1.21 +6 -6 src/lib/libdisk/disk.c 1.2 +14 -9 src/lib/libdisk/libdisk.3 1.21 +113 -108 src/lib/libdisk/libdisk.h 1.17 +1 -2 src/lib/libdisk/tst01.c