Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2004 03:00:50 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54674 for review
Message-ID:  <200406120300.i5C30oxY031281@repoman.freebsd.org>

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

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



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