Subject: CVS commit: src/usr.bin/cksum
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 09/04/2006 20:01:10
Module Name:	src
Committed By:	dsl
Date:		Mon Sep  4 20:01:10 UTC 2006

Modified Files:
	src/usr.bin/cksum: crc.c extern.h
Added Files:
	src/usr.bin/cksum: crc_extern.h

Log Message:
Separate out the CRC functions in a manner that actually makes them useful
for other program binaries.
Fixes build of 'config' where I added code (commented out) to use the CRC
function - but didn't comment out the #include :-(


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/usr.bin/cksum/crc.c
cvs rdiff -r0 -r1.1 src/usr.bin/cksum/crc_extern.h
cvs rdiff -r1.18 -r1.19 src/usr.bin/cksum/extern.h

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