=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ctfdump/ctfdump.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/ctfdump/ctfdump.c 2017/10/05 03:06:14 1.10 --- src/usr.bin/ctfdump/ctfdump.c 2017/10/16 12:58:57 1.11 *************** *** 1,4 **** ! /* $OpenBSD: ctfdump.c,v 1.10 2017/10/05 03:06:14 jsg Exp $ */ /* * Copyright (c) 2016 Martin Pieuchot --- 1,4 ---- ! /* $OpenBSD: ctfdump.c,v 1.11 2017/10/16 12:58:57 mpi Exp $ */ /* * Copyright (c) 2016 Martin Pieuchot *************** *** 299,305 **** printf(" cth_version = %d\n", cth->cth_version); printf(" cth_flags = 0x%02x\n", cth->cth_flags); printf(" cth_parlabel = %s\n", ! ctf_off2name(cth, data, dlen, cth->cth_parname)); printf(" cth_parname = %s\n", ctf_off2name(cth, data, dlen, cth->cth_parname)); printf(" cth_lbloff = %d\n", cth->cth_lbloff); --- 299,305 ---- printf(" cth_version = %d\n", cth->cth_version); printf(" cth_flags = 0x%02x\n", cth->cth_flags); printf(" cth_parlabel = %s\n", ! ctf_off2name(cth, data, dlen, cth->cth_parlabel)); printf(" cth_parname = %s\n", ctf_off2name(cth, data, dlen, cth->cth_parname)); printf(" cth_lbloff = %d\n", cth->cth_lbloff);