Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: failure compiling tap/if_tap_lkm.o



On Tue, Oct 21, 2008 at 05:03:39PM -0400, Kurt J. Lidl wrote:
> Source tree updated around 10:30am EDT today.
> 
> Cross-compiling from a sun4u sparc running solaris 10 update 4,
> attempting to build mvme68k:
> 
> My cross compile from yesterday evening ultimately failed in the
> same place.

With the following patch, the build completes.

-Kurt

Index: sys/sys/ksyms.h
===================================================================
RCS file: /cvsroot/src/sys/sys/ksyms.h,v
retrieving revision 1.15
diff -u -r1.15 ksyms.h
--- sys/sys/ksyms.h     20 Oct 2008 10:24:18 -0000      1.15
+++ sys/sys/ksyms.h     22 Oct 2008 16:31:15 -0000
@@ -29,6 +29,7 @@

 #ifndef _SYS_KSYMS_H_
 #define _SYS_KSYMS_H_
+#include <sys/mutex.h>

 #ifdef _KSYMS_PRIVATE
 #define        ELFSIZE ARCH_ELFSIZE


Home | Main Index | Thread Index | Old Index