From 2ee1283c60d2ce22a3e17bff4b83b6b7f26f4ba0 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 11 Jan 2010 11:19:01 +0100 Subject: [PATCH] Include only once --- ChangeLog | 3 +++ io/fcntl.h | 5 ++++- io/sys/stat.h | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 795be448b6..10db9939c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-01-11 Andreas Schwab + * io/fcntl.h: Only include once. + * io/sys/stat.h: Likewise. + * bits/confname.h: Add missing comma, remove trailing commas. 2010-01-10 Ulrich Drepper diff --git a/io/fcntl.h b/io/fcntl.h index 4eb003be46..d54fcf18b2 100644 --- a/io/fcntl.h +++ b/io/fcntl.h @@ -38,7 +38,10 @@ __BEGIN_DECLS # include /* For __mode_t and __dev_t. */ # define __need_timespec # include -# include +# ifndef __bits_stat_h_included +# include +# define __bits_stat_h_included +# endif # define S_IFMT __S_IFMT # define S_IFDIR __S_IFDIR diff --git a/io/sys/stat.h b/io/sys/stat.h index c21801d6a9..de9b5e8064 100644 --- a/io/sys/stat.h +++ b/io/sys/stat.h @@ -104,7 +104,10 @@ typedef __blksize_t blksize_t; __BEGIN_DECLS -#include +#ifndef __bits_stat_h_included +# include +# define __bits_stat_h_included +#endif #if defined __USE_BSD || defined __USE_MISC || defined __USE_XOPEN # define S_IFMT __S_IFMT