PERFORCE change 110916 for review
John Birrell
jb at FreeBSD.org
Sat Dec 2 17:55:45 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=110916
Change 110916 by jb at 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;
More information about the p4-projects
mailing list