Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/fsck_lfs add missing ;
details: https://anonhg.NetBSD.org/src/rev/fa9a54c9c992
branches: trunk
changeset: 338923:fa9a54c9c992
user: christos <christos%NetBSD.org@localhost>
date: Wed Jun 17 00:18:35 2015 +0000
description:
add missing ;
diffstat:
sbin/fsck_lfs/segwrite.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 751d1937d1a8 -r fa9a54c9c992 sbin/fsck_lfs/segwrite.c
--- a/sbin/fsck_lfs/segwrite.c Wed Jun 17 00:15:26 2015 +0000
+++ b/sbin/fsck_lfs/segwrite.c Wed Jun 17 00:18:35 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: segwrite.c,v 1.30 2015/06/16 23:18:55 christos Exp $ */
+/* $NetBSD: segwrite.c,v 1.31 2015/06/17 00:18:35 christos Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -905,7 +905,7 @@
sp->bpp = emalloc(fs->lfs_ssize * sizeof(struct ubuf *));
if (!sp->bpp)
err(!preen, "Could not allocate %zu bytes",
- (size_t)(fs->lfs_ssize * sizeof(struct ubuf *)))
+ (size_t)(fs->lfs_ssize * sizeof(struct ubuf *)));
sp->seg_flags = flags;
sp->vp = NULL;
sp->seg_iocount = 0;
Home |
Main Index |
Thread Index |
Old Index