summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs/ext2fs_balloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/ext2fs/ext2fs_balloc.c')
-rw-r--r--sys/ufs/ext2fs/ext2fs_balloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ext2fs/ext2fs_balloc.c b/sys/ufs/ext2fs/ext2fs_balloc.c
index 29ebe7bb059..f45e8a6781e 100644
--- a/sys/ufs/ext2fs/ext2fs_balloc.c
+++ b/sys/ufs/ext2fs/ext2fs_balloc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ext2fs_balloc.c,v 1.3 1997/06/12 21:09:31 downsj Exp $ */
+/* $OpenBSD: ext2fs_balloc.c,v 1.4 1999/01/11 05:12:36 millert Exp $ */
/* $NetBSD: ext2fs_balloc.c,v 1.1 1997/06/11 09:33:44 bouyer Exp $ */
/*
@@ -121,7 +121,7 @@ ext2fs_balloc(ip, bn, size, cred, bpp, flags)
return(error);
#ifdef DIAGNOSTIC
if (num < 1)
- panic ("ext2fs_balloc: ufs_getlbns returned indirect block\n");
+ panic ("ext2fs_balloc: ufs_getlbns returned indirect block");
#endif
/*
* Fetch the first indirect block allocating if necessary.