PERFORCE change 54674 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Jun 12 03:02:49 GMT 2004


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

Change 54674 by marcel at marcel_nfs on 2004/06/12 03:00:15

	Include <machine/gdb_machdep.h>. Don't get it from the kernel
	source tree directly.

Affected files ...

.. //depot/projects/gdb/usr.bin/kgdb/md_i386.c#3 edit

Differences ...

==== //depot/projects/gdb/usr.bin/kgdb/md_i386.c#3 (text+ko) ====

@@ -34,10 +34,10 @@
 #include <kvm.h>
 #include <stdio.h>
 #include <machine/frame.h>
+#include <machine/gdb_machdep.h>
 #include <machine/psl.h>
 #include <machine/segments.h>
 
-#include "../../sys/i386/include/gdb_machdep.h"
 #include "kgdb.h"
 
 void *


More information about the p4-projects mailing list