Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1710773 > unrolled thread
| Started by | Jan Kara <jack@suse.cz> |
|---|---|
| First post | 2017-08-14 12:00 +0200 |
| Last post | 2017-08-14 12:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] uapi/linux/quota.h: Do not include linux/errno.h Jan Kara <jack@suse.cz> - 2017-08-14 12:00 +0200
| From | Jan Kara <jack@suse.cz> |
|---|---|
| Date | 2017-08-14 12:00 +0200 |
| Subject | Re: [PATCH] uapi/linux/quota.h: Do not include linux/errno.h |
| Message-ID | <uekka-2xb-17@gated-at.bofh.it> |
On Fri 11-08-17 16:24:15, Florian Weimer wrote: > 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> Thanks! Added to my tree. Honza > --- > include/uapi/linux/quota.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/uapi/linux/quota.h b/include/uapi/linux/quota.h > index 4d2489ef6f10..f17c9636a859 100644 > --- 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" > -- > 2.13.4 > > -- Jan Kara <jack@suse.com> SUSE Labs, CR
Back to top | Article view | linux.kernel
csiph-web