PERFORCE change 36495 for review

Robert Watson rwatson at FreeBSD.org
Wed Aug 20 18:11:08 GMT 2003


http://perforce.freebsd.org/chv.cgi?CH=36495

Change 36495 by rwatson at rwatson_paprika on 2003/08/20 11:10:15

	More cleanup of unnecessary diffs from the last integ.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/kern/subr_witness.c#5 edit
.. //depot/projects/trustedbsd/sebsd/sys/kern/vfs_bio.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/kern/subr_witness.c#5 (text+ko) ====

@@ -307,7 +307,6 @@
 	{ "ipi", &lock_class_mtx_spin },
 #endif
 #endif
-#endif
 	{ "clk", &lock_class_mtx_spin },
 	{ "mutex profiling lock", &lock_class_mtx_spin },
 	{ "kse zombie lock", &lock_class_mtx_spin },

==== //depot/projects/trustedbsd/sebsd/sys/kern/vfs_bio.c#4 (text+ko) ====

@@ -493,7 +493,6 @@
 bufinit(void)
 {
 	struct buf *bp;
-	vm_offset_t bogus_offset;
 	int i;
 
 	GIANT_REQUIRED;
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list