Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libukfs fix error branch
details: https://anonhg.NetBSD.org/src/rev/c832547e1b92
branches: trunk
changeset: 749885:c832547e1b92
user: pooka <pooka%NetBSD.org@localhost>
date: Sat Dec 12 00:46:04 2009 +0000
description:
fix error branch
diffstat:
lib/libukfs/ukfs.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c8a72715318f -r c832547e1b92 lib/libukfs/ukfs.c
--- a/lib/libukfs/ukfs.c Sat Dec 12 00:24:57 2009 +0000
+++ b/lib/libukfs/ukfs.c Sat Dec 12 00:46:04 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ukfs.c,v 1.45 2009/12/11 21:20:52 pooka Exp $ */
+/* $NetBSD: ukfs.c,v 1.46 2009/12/12 00:46:04 pooka Exp $ */
/*
* Copyright (c) 2007, 2008, 2009 Antti Kantee. All Rights Reserved.
@@ -566,7 +566,7 @@
if (regged)
rump_pub_etfs_remove(devpath);
if (devfd != -1) {
- unlockdev(fs->ukfs_devfd, fs->ukfs_part);
+ unlockdev(devfd, part);
close(devfd);
}
ukfs_part_release(part);
Home |
Main Index |
Thread Index |
Old Index