PERFORCE change 48678 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed Mar 10 21:34:33 PST 2004


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

Change 48678 by marcel at marcel_nfs on 2004/03/10 21:33:49

	Add missing #include <sys/kdb.h>. LINT compiles on ia64.

Affected files ...

.. //depot/projects/gdb/sys/ia64/ia64/trap.c#4 edit

Differences ...

==== //depot/projects/gdb/sys/ia64/ia64/trap.c#4 (text+ko) ====

@@ -36,6 +36,7 @@
 
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/kdb.h>
 #include <sys/ktr.h>
 #include <sys/sysproto.h>
 #include <sys/kernel.h>


More information about the p4-projects mailing list