--- Net2/arch/i386/stand/fs.c 2018/04/24 18:05:13 1.1 +++ Net2/arch/i386/stand/fs.c 2018/04/24 18:20:30 1.1.1.4 @@ -46,8 +46,9 @@ * SUCH DAMAGE. * * Routines to sift through a BSD fast filesystem. -wfj + * + * fs.c,v 1.2 1993/05/22 08:02:17 cgd Exp */ -static char rcsid[] = "$Header: /var/lib/cvsd/net2/Net2/arch/i386/stand/fs.c,v 1.1 2018/04/24 18:05:13 root Exp $"; #include "param.h" #include "fs.h" @@ -155,6 +156,6 @@ iread(dip, off, p, sz) } _stop(s) { - printf("Failed:%s\n"); + printf("Failed:%s\n", s); exit(0); }