PERFORCE change 54673 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Jun 12 03:01:15 GMT 2004


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

Change 54673 by marcel at marcel_nfs on 2004/06/12 02:59:34

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

Affected files ...

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

Differences ...

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

@@ -38,7 +38,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "../../sys/i386/include/gdb_machdep.h"
+#include <machine/gdb_machdep.h>
+
 #include "kgdb.h"
 
 static char gdb_rxbuf[GDB_BUFSZ];


More information about the p4-projects mailing list