Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/stand/sgivol close fp
details: https://anonhg.NetBSD.org/src/rev/5665125b53fa
branches: trunk
changeset: 787661:5665125b53fa
user: christos <christos%NetBSD.org@localhost>
date: Thu Jun 27 21:24:08 2013 +0000
description:
close fp
http://M00nBSD.net/ae123a9bae03f7dde5c6d654412daf5a.html
diffstat:
sys/arch/sgimips/stand/sgivol/sgivol.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8403b7f0ae44 -r 5665125b53fa sys/arch/sgimips/stand/sgivol/sgivol.c
--- a/sys/arch/sgimips/stand/sgivol/sgivol.c Thu Jun 27 21:23:21 2013 +0000
+++ b/sys/arch/sgimips/stand/sgivol/sgivol.c Thu Jun 27 21:24:08 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sgivol.c,v 1.18 2008/08/03 17:42:34 rumble Exp $ */
+/* $NetBSD: sgivol.c,v 1.19 2013/06/27 21:24:08 christos Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -529,6 +529,7 @@
}
i -= i > 512 ? 512 : i;
}
+ fclose(fp);
}
void
Home |
Main Index |
Thread Index |
Old Index