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/dbe46e732fad
branches:  trunk
changeset: 812701:dbe46e732fad
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 4496eb3d723d -r dbe46e732fad 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