X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..311854206c50ea4207e7e1faa4efeb20f1bc8290:/gen/nlist.c diff --git a/gen/nlist.c b/gen/nlist.c index bc09f42..0d2e0a4 100644 --- a/gen/nlist.c +++ b/gen/nlist.c @@ -3,8 +3,6 @@ * * @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 * Version 2.0 (the 'License'). You may not use this file except in @@ -54,6 +52,8 @@ * SUCH DAMAGE. */ +/* temporarily comment this file out for LP64, until code can be modified */ +#ifndef __LP64__ #include #include @@ -335,3 +335,5 @@ __fdnlist(fd, list) } return (nreq); } + +#endif /* !__LP64__ */