Date: Wed, 10 Mar 2004 21:34:32 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 48678 for review Message-ID: <200403110534.i2B5YWuq099544@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=48678 Change 48678 by marcel@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403110534.i2B5YWuq099544>