projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41e327b
)
uapi/linux/quota.h: Do not include linux/errno.h
author
Florian Weimer
<fweimer@redhat.com>
Fri, 11 Aug 2017 14:24:15 +0000
(16:24 +0200)
committer
Jan Kara
<jack@suse.cz>
Mon, 14 Aug 2017 09:53:34 +0000
(11:53 +0200)
linux/errno.h is very sensitive to coordination with libc headers.
Nothing in linux/quota.h needs it, so this change allows using
this header in more contexts.
Signed-off-by: Florian Weimer <fweimer@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
include/uapi/linux/quota.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/linux/quota.h
b/include/uapi/linux/quota.h
index 4d2489ef6f1065a2303f05a1450da5e06c50ee67..f17c9636a859330e067ffd8f1917f521ad4ba3d3 100644
(file)
--- a/
include/uapi/linux/quota.h
+++ b/
include/uapi/linux/quota.h
@@
-33,7
+33,6
@@
#ifndef _UAPI_LINUX_QUOTA_
#define _UAPI_LINUX_QUOTA_
-#include <linux/errno.h>
#include <linux/types.h>
#define __DQUOT_VERSION__ "dquot_6.6.0"