Loading...
include/libc.h Libc-320 Libc-1534.40.2
--- Libc/Libc-320/include/libc.h
+++ Libc/Libc-1534.40.2/include/libc.h
@@ -2,8 +2,6 @@
  * Copyright (c) 1999 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
@@ -30,7 +28,6 @@
 #define _LIBC_H
 
 #include <stdio.h>
-#include <standards.h>
 #include <unistd.h>
 
 #ifdef	__STRICT_BSD__
@@ -43,13 +40,13 @@
 #include <stdarg.h>
 #endif
 
+#include <sys/param.h>
 #include <sys/mount.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <sys/time.h>
 #include <sys/times.h>
 #include <sys/resource.h>
-#include <sys/param.h>
 #include <signal.h>
 #include <sys/time.h>
 #include <sys/stat.h>