Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2004 18:20:54 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 57098 for review
Message-ID:  <200407111820.i6BIKsPr081519@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=57098

Change 57098 by marcel@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407111820.i6BIKsPr081519>