PERFORCE change 104296 for review

John Birrell jb at FreeBSD.org
Wed Aug 16 21:02:32 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=104296

Change 104296 by jb at jb_freebsd2 on 2006/08/16 21:01:57

	Return the pointer after translation.

Affected files ...

.. //depot/projects/dtrace/src/lib/libelf/libelf_ehdr.c#2 edit

Differences ...

==== //depot/projects/dtrace/src/lib/libelf/libelf_ehdr.c#2 (text+ko) ====

@@ -112,5 +112,5 @@
 	xlator = _libelf_get_translator(ELF_T_EHDR, ELF_TOMEMORY, ec);
 	(*xlator)(ehdr, e->e_rawfile, 1, e->e_byteorder != LIBELF_PRIVATE(byteorder));
 
-	return (NULL);
+	return (ehdr);
 }


More information about the p4-projects mailing list