]> 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>
Fri, 14 Aug 2015 17:20:19 +0000 (13:20 -0400)
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/utils.h

index f48f4033089dfffe1592c3bbd6d0dd8dcb7555ae..9bf6788058cf91479466aa80dd63e7e241c1c458 100644 (file)
@@ -275,8 +275,8 @@ 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);
 char *on_path(char *cmd);
+#endif /* __LXC_UTILS_H */