Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 1996 10:55:41 -0800 (PST)
From:      Joerg Wunsch <joerg>
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
Message-ID:  <199603241855.KAA17678@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603241855.KAA17678>