[lxc-devel] [PATCH 3/4] move utils.h #endif to end of file
Serge Hallyn
serge.hallyn at ubuntu.com
Wed Jun 10 11:56:00 UTC 2015
Quoting Tycho Andersen (tycho.andersen at canonical.com):
> Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>
> ---
> src/lxc/utils.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lxc/utils.h b/src/lxc/utils.h
> index e9e07d9..6bd05e0 100644
> --- a/src/lxc/utils.h
> +++ b/src/lxc/utils.h
> @@ -268,7 +268,6 @@ extern bool dir_exists(const char *path);
>
> #define FNV1A_64_INIT ((uint64_t)0xcbf29ce484222325ULL)
> uint64_t fnv_64a_buf(void *buf, size_t len, uint64_t hval);
> -#endif
>
> int detect_shared_rootfs(void);
> int detect_ramfs_rootfs(void);
> @@ -281,3 +280,4 @@ int is_dir(const char *path);
> char *get_template_path(const char *t);
> int setproctitle(char *title);
> int mount_proc_if_needed(const char *rootfs);
> +#endif /* __LXC_UTILS_H */
> --
> 2.1.4
>
> _______________________________________________
> lxc-devel mailing list
> lxc-devel at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-devel
More information about the lxc-devel
mailing list