Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xcap
libcap
Commits
7bc0f494
Commit
7bc0f494
authored
Nov 17, 2015
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up the kernel module build.
parent
8fdd7f17
Pipeline
#139
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/libcap_internal_kernel.h
include/libcap_internal_kernel.h
+2
-2
No files found.
include/libcap_internal_kernel.h
View file @
7bc0f494
...
...
@@ -84,7 +84,7 @@ static inline void __cap_cache_free(cap_cache_t *cache, void *obj)
#define __cap_zalloc(nmemb,size) kzalloc((nmemb)*(size),GFP_KERNEL)
#define __cap_free(addr) kfree(addr)
#define
__cptr_init(
)
#define
__cptr_fini(
)
static
inline
void
__cptr_init
(
void
)
{
}
static
inline
void
__cptr_fini
(
void
)
{
}
#endif
/* __LIBCAP_INTERNAL_KERNEL_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