From 44a05e70ec7310f90d053818a4f650b82e1512ee Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 1 Feb 2012 14:38:22 +0400 Subject: [PATCH] ips_ns.h: Add CR_ prefix to header defines Reported-by: Stanislav Kinsbursky Signed-off-by: Cyrill Gorcunov --- include/ipc_ns.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ipc_ns.h b/include/ipc_ns.h index 7d385d687..138b58654 100644 --- a/include/ipc_ns.h +++ b/include/ipc_ns.h @@ -1,5 +1,5 @@ -#ifndef IPC_NS_H_ -#define IPC_NS_H_ +#ifndef CR_IPC_NS_H_ +#define CR_IPC_NS_H_ #include "crtools.h" @@ -7,4 +7,4 @@ extern void show_ipc_ns(int fd); extern int dump_ipc_ns(int ns_pid, struct cr_fdset *fdset); extern int prepare_ipc_ns(int pid); -#endif /* IPC_NS_H_ */ +#endif /* CR_IPC_NS_H_ */