From: Tycho Andersen Date: Tue, 9 Jun 2015 01:59:53 +0000 (-0600) Subject: move utils.h #endif to end of file X-Git-Tag: lxc-1.1.3~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d4a12a3acca6bc237bb454a291f9685fbe21031;p=thirdparty%2Flxc.git move utils.h #endif to end of file Signed-off-by: Tycho Andersen Signed-off-by: Serge Hallyn --- diff --git a/src/lxc/utils.h b/src/lxc/utils.h index e9e07d98b..6bd05e011 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 */