PERFORCE change 103904 for review
John Birrell
jb at FreeBSD.org
Mon Aug 14 20:40:17 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=103904
Change 103904 by jb at jb_freebsd2 on 2006/08/14 20:39:40
Add another error class.
Affected files ...
.. //depot/projects/dtrace/src/lib/libelf/elf_errmsg.c#3 edit
Differences ...
==== //depot/projects/dtrace/src/lib/libelf/elf_errmsg.c#3 (text+ko) ====
@@ -42,6 +42,7 @@
DEFINE_ERROR(ARCHIVE, "Malformed ar(1) archive"),
DEFINE_ERROR(ARGUMENT, "Invalid argument"),
DEFINE_ERROR(HEADER, "Missing ELF header"),
+ DEFINE_ERROR(CLASS, "ELF class mismatch"),
DEFINE_ERROR(MMAP, "File mapping failed"),
DEFINE_ERROR(MODE, "Incorrect ELF descriptor mode"),
DEFINE_ERROR(RESOURCE, "Resource exhaustion"),
More information about the p4-projects
mailing list