Date: Sun, 3 Mar 2002 11:44:22 -0800 (PST) From: Mark Murray <markm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys random.h src/sys/dev/random harvest.c hash.c hash.h randomdev.c randomdev.h yarrow.c Message-ID: <200203031944.g23JiMj39565@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
markm 2002/03/03 11:44:22 PST Modified files: sys/sys random.h sys/dev/random harvest.c hash.c hash.h randomdev.c randomdev.h yarrow.c Log: Massive lint-inspired cleanup. Remove unneeded includes. Deal with unused function arguments. Resolve a boatload of signed/unsigned imcompatabilities. Etc. Revision Changes Path 1.17 +13 -11 src/sys/dev/random/harvest.c 1.7 +7 -6 src/sys/dev/random/hash.c 1.3 +2 -2 src/sys/dev/random/hash.h 1.33 +41 -30 src/sys/dev/random/randomdev.c 1.3 +7 -7 src/sys/dev/random/randomdev.h 1.37 +18 -18 src/sys/dev/random/yarrow.c 1.31 +11 -4 src/sys/sys/random.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203031944.g23JiMj39565>