Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ext2fs fix typoe in previous.
details: https://anonhg.NetBSD.org/src/rev/b69adf60312d
branches: trunk
changeset: 573910:b69adf60312d
user: chs <chs%NetBSD.org@localhost>
date: Mon Feb 14 02:22:48 2005 +0000
description:
fix typoe in previous.
diffstat:
sys/ufs/ext2fs/ext2fs_balloc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 313711eea01a -r b69adf60312d sys/ufs/ext2fs/ext2fs_balloc.c
--- a/sys/ufs/ext2fs/ext2fs_balloc.c Mon Feb 14 02:15:43 2005 +0000
+++ b/sys/ufs/ext2fs/ext2fs_balloc.c Mon Feb 14 02:22:48 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ext2fs_balloc.c,v 1.23 2005/02/09 23:02:10 ws Exp $ */
+/* $NetBSD: ext2fs_balloc.c,v 1.24 2005/02/14 02:22:48 chs Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ext2fs_balloc.c,v 1.23 2005/02/09 23:02:10 ws Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ext2fs_balloc.c,v 1.24 2005/02/14 02:22:48 chs Exp $");
#if defined(_KERNEL_OPT)
#include "opt_uvmhist.h"
@@ -401,7 +401,7 @@
(off + bsize) & 0xffffffff);
error = ext2fs_setsize(ip, off + bsize);
if (error) {
- UVMHIST_LOG(ubcist, "error %d", error, 0,0,0);
+ UVMHIST_LOG(ubchist, "error %d", error, 0,0,0);
return error;
}
}
Home |
Main Index |
Thread Index |
Old Index