Subject: CVS commit: basesrc/bin/dd
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/25/2001 08:53:49
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Nov 25 06:53:49 UTC 2001

Modified Files:
	basesrc/bin/dd: Makefile args.c conv.c dd.c dd.h extern.h misc.c
	    position.c

Log Message:
- ANSI KNF
- WARNS=2 (mainly converting some "char *" -> "const char *")


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/bin/dd/Makefile basesrc/bin/dd/dd.h
cvs rdiff -r1.16 -r1.17 basesrc/bin/dd/args.c
cvs rdiff -r1.11 -r1.12 basesrc/bin/dd/conv.c basesrc/bin/dd/misc.c
cvs rdiff -r1.20 -r1.21 basesrc/bin/dd/dd.c
cvs rdiff -r1.10 -r1.11 basesrc/bin/dd/extern.h basesrc/bin/dd/position.c

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