Date: Sun, 3 Dec 2006 01:55:44 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 110916 for review Message-ID: <200612030155.kB31tijV006759@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110916 Change 110916 by jb@jb_freebsd8 on 2006/12/03 01:54:54 Match return types. Affected files ... .. //depot/projects/opensolaris/contrib/opensolaris/tools/ctf/cvt/output.c#3 edit Differences ... ==== //depot/projects/opensolaris/contrib/opensolaris/tools/ctf/cvt/output.c#3 (text) ==== @@ -616,7 +616,7 @@ } } - if (gelf_update_shdr(dscn, &shdr) == NULL) + if (gelf_update_shdr(dscn, &shdr) == 0) elfterminate(dstname, "Cannot update sect %s", sname); new_offset = (off_t)shdr.sh_offset;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612030155.kB31tijV006759>