Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2004 02:59:48 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54673 for review
Message-ID:  <200406120259.i5C2xmTX031191@repoman.freebsd.org>

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

Change 54673 by marcel@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];



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