Date: Sat, 16 Sep 2000 06:43:00 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk Makefile libdisk.h src/lib/libstand stand.h src/sbin/disklabel Makefile disklabel.c dkcksum.c src/sbin/newfs Makefile src/sys/kern subr_disklabel.c src/sys/sys disklabel.h Message-ID: <200009161343.GAA20711@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2000/09/16 06:43:00 PDT Modified files: lib/libdisk Makefile libdisk.h lib/libstand stand.h sbin/disklabel Makefile disklabel.c sbin/newfs Makefile sys/kern subr_disklabel.c sys/sys disklabel.h Removed files: sbin/disklabel dkcksum.c Log: Turn dkcksum() into an __inline function. Change its type to u_int_16_t. Revision Changes Path 1.29 +2 -3 src/lib/libdisk/Makefile 1.36 +1 -2 src/lib/libdisk/libdisk.h 1.23 +1 -2 src/lib/libstand/stand.h 1.5 +2 -2 src/sbin/disklabel/Makefile 1.33 +1 -2 src/sbin/disklabel/disklabel.c 1.7 +3 -2 src/sbin/newfs/Makefile 1.54 +1 -18 src/sys/kern/subr_disklabel.c 1.54 +16 -2 src/sys/sys/disklabel.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?200009161343.GAA20711>