[Devel] [PATCH] fix checkpoint header exports
Nathan Lynch
ntl at pobox.com
Sun Jun 14 22:10:37 PDT 2009
checkpoint_types.h is not useful to userspace. Unexport it.
checkpoint.h contains definitions that userspace needs. Export it.
user-cr can now be built against exported headers.
Signed-off-by: Nathan Lynch <ntl at pobox.com>
---
(against ckpt-v16-x86 as of a couple days ago; git.ncl.cs.columbia.edu
appears unresponsive atm)
include/linux/Kbuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 25b7c0e..df43556 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -44,7 +44,7 @@ header-y += bpqether.h
header-y += bsg.h
header-y += can.h
header-y += cdk.h
-header-y += checkpoint_types.h
+header-y += checkpoint.h
header-y += checkpoint_hdr.h
header-y += chio.h
header-y += coda_psdev.h
--
1.6.0.6
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list