Loading...
include/alloca.h Libc-498 Libc-320
--- Libc/Libc-498/include/alloca.h
+++ Libc/Libc-320/include/alloca.h
@@ -2,6 +2,8 @@
  * Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
+ * 
+ * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
  * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
@@ -25,11 +27,11 @@
 #define _ALLOCA_H_
 
 #include <sys/cdefs.h>
-#include <_types.h>
+#include <machine/ansi.h>
 
-#ifndef	_SIZE_T
-#define	_SIZE_T
-typedef	__darwin_size_t	size_t;
+#ifndef	_BSD_SIZE_T_DEFINED_
+#define	_BSD_SIZE_T_DEFINED_
+typedef	_BSD_SIZE_T_	size_t;
 #endif
 
 __BEGIN_DECLS