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/unix/bsd/bits/stat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysdeps/unix/bsd/bits') diff --git a/sysdeps/unix/bsd/bits/stat.h b/sysdeps/unix/bsd/bits/stat.h index 16e5c520fe..6eeab3b0ee 100644 --- a/sysdeps/unix/bsd/bits/stat.h +++ b/sysdeps/unix/bsd/bits/stat.h @@ -20,6 +20,9 @@ # error "Never include directly; use instead." #endif +#ifndef _BITS_STAT_H +#define _BITS_STAT_H 1 + #include /* Structure describing file characteristics. */ @@ -84,3 +87,5 @@ struct stat #define __S_IREAD 0400 /* Read by owner. */ #define __S_IWRITE 0200 /* Write by owner. */ #define __S_IEXEC 0100 /* Execute by owner. */ + +#endif /* bits/stat.h */ -- cgit v1.2.3-70-g09d2