From 64c1f3af5d6176dd32285d2e02dc93713466f82f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 11 Jan 2010 11:03:27 -0800 Subject: Fix double-inclusion problem of bits/stat.h. --- sysdeps/mach/hurd/bits/stat.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/bits') diff --git a/sysdeps/mach/hurd/bits/stat.h b/sysdeps/mach/hurd/bits/stat.h index 3770f071de..b64a658fbd 100644 --- a/sysdeps/mach/hurd/bits/stat.h +++ b/sysdeps/mach/hurd/bits/stat.h @@ -21,6 +21,9 @@ # error "Never include directly; use instead." #endif +#ifndef _BITS_STAT_H +#define _BITS_STAT_H 1 + #include /* NOTE: The size of this structure (32 ints) is known in @@ -193,5 +196,7 @@ struct stat64 /* Default file creation mask (umask). */ #ifdef __USE_BSD -#define CMASK 0022 +# define CMASK 0022 #endif + +#endif /* bits/stat.h */ -- cgit 1.4.1