Revision
51
Author
robert@fledge.watson.org
Date
2009-10-03 07:12:04 -0700 (Sat, 03 Oct 2009)

Log Message

Use head guard names that are less likely to collide with OS-local guards.

Modified Paths

Diff

Modified: trunk/compat/malloc_zone.h (50 => 51)


--- trunk/compat/malloc_zone.h	2009-10-03 13:31:32 UTC (rev 50)
+++ trunk/compat/malloc_zone.h	2009-10-03 14:12:04 UTC (rev 51)
@@ -18,8 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
-#ifndef __MALLOC_ZONE_H__
-#define __MALLOC_ZONE_H__
+#ifndef __COMPAT_MALLOC_ZONE_H__
+#define __COMPAT_MALLOC_ZONE_H__
 
 #include <sys/types.h>
 
@@ -103,4 +103,4 @@
 	/* No-op. */
 }
 
-#endif /* __MALLOC_ZONE_H__ */
+#endif /* __COMPAT_MALLOC_ZONE_H__ */

Modified: trunk/compat/private_extern.h (50 => 51)


--- trunk/compat/private_extern.h	2009-10-03 13:31:32 UTC (rev 50)
+++ trunk/compat/private_extern.h	2009-10-03 14:12:04 UTC (rev 51)
@@ -18,9 +18,9 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
-#ifndef __APPLE_H__
-#define __APPLE_H__
+#ifndef __COMPAT_PRIVATE_EXTERN_H__
+#define __COMPAT_PRIVATE_EXTERN_H__
 
 #define	__private_extern__	extern
 
-#endif /* __APPLE_H__ */
+#endif /* __COMPAT_PRIVATE_EXTERN_H__ */