=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/modstat/Attic/modstat.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/modstat/Attic/modstat.c 1996/07/02 06:37:57 1.4 --- src/usr.bin/modstat/Attic/modstat.c 1996/08/05 11:11:41 1.5 *************** *** 1,4 **** ! /* * $OpenBSD: modstat.c,v 1.4 1996/07/02 06:37:57 deraadt Exp $*/ /* * Copyright (c) 1993 Terrence R. Lambert. * All rights reserved. --- 1,4 ---- ! /* * $OpenBSD: modstat.c,v 1.5 1996/08/05 11:11:41 mickey Exp $*/ /* * Copyright (c) 1993 Terrence R. Lambert. * All rights reserved. *************** *** 94,100 **** /* * Decode this stat buffer... */ ! printf("%-7s %3d %3d %08x %04x %8x %3d s\n", type_names[sbuf.type], sbuf.id, /* module id */ sbuf.offset, /* offset into modtype struct */ --- 94,100 ---- /* * Decode this stat buffer... */ ! printf("%-7s %3d %3d %08x %04x %8x %3d %s\n", type_names[sbuf.type], sbuf.id, /* module id */ sbuf.offset, /* offset into modtype struct */ *************** *** 159,165 **** atexit(cleanup); ! printf("Type Id Off Loadaddr Size Info Rev Module Name\n"); /* * Oneshot? --- 159,165 ---- atexit(cleanup); ! printf("Type Id Off Loadaddr Size Info Rev Module Name\n"); /* * Oneshot?