Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/dist/tools/ctf/cvt add return



details:   https://anonhg.NetBSD.org/src/rev/08f83304d75b
branches:  trunk
changeset: 342559:08f83304d75b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 27 21:38:46 2015 +0000

description:
add return

diffstat:

 external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (9 lines):

diff -r 863104d7ea3a -r 08f83304d75b external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c
--- a/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c    Sun Dec 27 21:37:50 2015 +0000
+++ b/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c    Sun Dec 27 21:38:46 2015 +0000
@@ -2088,4 +2088,5 @@
 out:
        terminate("file does not contain dwarf type data "
            "(try compiling with -g)\n");
+       return -1;
 }



Home | Main Index | Thread Index | Old Index