Loading...
gen/nlist.c Libc-498 Libc-320
--- Libc/Libc-498/gen/nlist.c
+++ Libc/Libc-320/gen/nlist.c
@@ -2,6 +2,8 @@
  * 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
@@ -21,8 +23,7 @@
  * @APPLE_LICENSE_HEADER_END@
  */
 /*
- * Copyright (c) 1989, 1993
- * The Regents of the University of California.  All rights reserved.
+ *
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -53,8 +54,6 @@
  * SUCH DAMAGE.
  */
 
-/* temporarily comment this file out for LP64, until code can be modified */
-#ifndef __LP64__
 
 #include <stdlib.h>
 #include <sys/types.h>
@@ -336,5 +335,3 @@
 	}
 	return (nreq);
 }
-
-#endif /* !__LP64__ */