Subject: CVS commit: src/dist/pdisk
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 07/13/2005 15:25:29
Module Name:	src
Committed By:	he
Date:		Wed Jul 13 15:25:29 UTC 2005

Modified Files:
	src/dist/pdisk: dump.c dump.h errors.c errors.h io.c io.h layout_dump.c
	    partition_map.c partition_map.h pathname.c pdisk.c util.c

Log Message:
Apply fixes so that this builds with WARNS=3.
Renames instances of "index" to "ix", and fixes a number of -Wcast-qual
problems by liberally sprinkling const declarations around.

This should now build again for both macppc and mac68k.

Patches sent to original maintainer.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/dist/pdisk/dump.c
cvs rdiff -r1.2 -r1.3 src/dist/pdisk/dump.h src/dist/pdisk/util.c
cvs rdiff -r1.3 -r1.4 src/dist/pdisk/errors.c src/dist/pdisk/partition_map.h
cvs rdiff -r1.1.1.1 -r1.2 src/dist/pdisk/errors.h src/dist/pdisk/io.c \
    src/dist/pdisk/io.h src/dist/pdisk/layout_dump.c \
    src/dist/pdisk/pathname.c
cvs rdiff -r1.10 -r1.11 src/dist/pdisk/partition_map.c
cvs rdiff -r1.16 -r1.17 src/dist/pdisk/pdisk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.