Re: [cr][git]linux-cr branch, ckpt-v17-rc2, created. v2.6.27-rc5-45616-g96b7bc2

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

 



In file included from ipc/util.h:15,                 from ipc/compat.c:35:include/linux/checkpoint_hdr.h:42:32: error: asm/checkpoint_hdr.h: No such file or directoryIn file included from ipc/util.h:15,                 from ipc/compat.c:35:include/linux/checkpoint_hdr.h:419: error: ‘CKPT_ARCH_NSIG’ undeclared here (not in a function)make[1]: *** [ipc/compat.o] Error 1make: *** [ipc] Error 2
(powerpc, ppc64_defconfig)
Needs the following to build when arch doesn't provideasm/checkpoint_hdr.h.
diff --git a/ipc/util.h b/ipc/util.hindex 48de0a9..1ddfd90 100644--- a/ipc/util.h+++ b/ipc/util.h@@ -12,7 +12,7 @@  #include <linux/unistd.h> #include <linux/err.h>-#include <linux/checkpoint_hdr.h>+#include <linux/checkpoint.h>  #define SEQ_MULTIPLIER	(IPCMNI) 
_______________________________________________Containers mailing listContainers@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx://lists.linux-foundation.org/mailman/listinfo/containers


[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux