Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2002 20:04:58 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14492 for review
Message-ID:  <200207200304.g6K34wRa002413@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14492

Change 14492 by rwatson@rwatson_curry on 2002/07/19 20:04:23

	Diff reduction -- possible mis-merge.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/link_elf.c#6 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/link_elf.c#6 (text+ko) ====

@@ -311,8 +311,6 @@
 	    const Elf_Hashelt *hashtab = (const Elf_Hashelt *)
 		(ef->address + dp->d_un.d_ptr);
 	    ef->nbuckets = hashtab[0];
-	    if (ef->nbuckets == 0)
-		return ENOEXEC;
 	    ef->nchains = hashtab[1];
 	    ef->buckets = hashtab + 2;
 	    ef->chains = ef->buckets + ef->nbuckets;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207200304.g6K34wRa002413>