PERFORCE change 57098 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Jul 11 11:20:55 PDT 2004


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

Change 57098 by marcel at marcel_nfs on 2004/07/11 18:20:28

	Diff reduction. I included <sys/kdb.h> for reasons that
	have probably gone over time. I didn't merge this into
	CVS yesterday and nothing broke, so remove it here too.

Affected files ...

.. //depot/projects/gdb/sys/fs/devfs/devfs_devs.c#6 edit
.. //depot/projects/gdb/sys/vm/uma_core.c#11 edit

Differences ...

==== //depot/projects/gdb/sys/fs/devfs/devfs_devs.c#6 (text+ko) ====

@@ -35,7 +35,6 @@
 #include <sys/systm.h>
 #include <sys/conf.h>
 #include <sys/dirent.h>
-#include <sys/kdb.h>
 #include <sys/kernel.h>
 #include <sys/lock.h>
 #include <sys/mac.h>

==== //depot/projects/gdb/sys/vm/uma_core.c#11 (text+ko) ====

@@ -58,7 +58,6 @@
 #include "opt_param.h"
 #include <sys/param.h>
 #include <sys/systm.h>
-#include <sys/kdb.h>
 #include <sys/kernel.h>
 #include <sys/types.h>
 #include <sys/queue.h>


More information about the p4-projects mailing list