Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sbin/fsck_lfs/pass1.c,v rcsdiff: /ftp/cvs/cvsroot/src/sbin/fsck_lfs/pass1.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- src/sbin/fsck_lfs/pass1.c 2001/07/13 20:30:19 1.11 +++ src/sbin/fsck_lfs/pass1.c 2001/09/25 00:03:25 1.12 @@ -1,4 +1,4 @@ -/* $NetBSD: pass1.c,v 1.11 2001/07/13 20:30:19 perseant Exp $ */ +/* $NetBSD: pass1.c,v 1.12 2001/09/25 00:03:25 wiz Exp $ */ /* * Copyright (c) 1980, 1986, 1993 @@ -249,7 +249,7 @@ checkinode(ino_t inumber, struct inodesc if (bread(fsreadfd, symbuf, fsbtodb(&sblock, dp->di_db[0]), (long)secsize) != 0) - errexit("cannot read symlink"); + errexit("cannot read symlink\n"); if (debug) { symbuf[dp->di_size] = 0; printf("convert symlink %d(%s)of size %lld\n",