Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
5b72de5f
Commit
5b72de5f
authored
Jun 08, 2015
by
Tycho Andersen
Committed by
Serge Hallyn
Jun 10, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move utils.h #endif to end of file
Signed-off-by:
Tycho Andersen
<
tycho.andersen@canonical.com
>
Signed-off-by:
Serge Hallyn
<
serge.hallyn@ubuntu.com
>
parent
bd9e78f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
utils.h
src/lxc/utils.h
+1
-1
No files found.
src/lxc/utils.h
View file @
5b72de5f
...
...
@@ -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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment