]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
move utils.h #endif to end of file
authorTycho Andersen <tycho.andersen@canonical.com>
Tue, 9 Jun 2015 01:59:53 +0000 (19:59 -0600)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 1 Jul 2015 17:46:14 +0000 (13:46 -0400)
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/utils.h

index e9e07d98b18150a395f2f76d170a249786fc2767..6bd05e0110129bef815ece4f4767f15765100eca 100644 (file)
@@ -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 */