Loading...
--- Libc/Libc-1669.0.4/include/strings.h
+++ Libc/Libc-262.2.12/include/strings.h
@@ -1,7 +1,9 @@
/*
- * Copyright (c) 2000, 2007, 2010, 2023 Apple Inc. All rights reserved.
+ * Copyright (c) 2000 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
@@ -55,14 +57,4 @@
* @(#)strings.h 8.1 (Berkeley) 6/2/93
*/
-#ifndef _STRINGS_H_
-#define _STRINGS_H_
-
-#include <_strings.h>
-
-#if __DARWIN_C_LEVEL >= __DARWIN_C_FULL
#include <string.h>
-#endif
-
-#endif /* _STRINGS_H_ */
-