Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/iscsi appease compiler
details: https://anonhg.NetBSD.org/src/rev/e107694770ed
branches: trunk
changeset: 815846:e107694770ed
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Sun Jun 05 08:30:13 2016 +0000
description:
appease compiler
diffstat:
sys/dev/iscsi/iscsi_ioctl.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 064f3c11372f -r e107694770ed sys/dev/iscsi/iscsi_ioctl.c
--- a/sys/dev/iscsi/iscsi_ioctl.c Sun Jun 05 08:25:05 2016 +0000
+++ b/sys/dev/iscsi/iscsi_ioctl.c Sun Jun 05 08:30:13 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iscsi_ioctl.c,v 1.18 2016/06/05 04:48:17 mlelstv Exp $ */
+/* $NetBSD: iscsi_ioctl.c,v 1.19 2016/06/05 08:30:13 mlelstv Exp $ */
/*-
* Copyright (c) 2004,2005,2006,2011 The NetBSD Foundation, Inc.
@@ -1789,7 +1789,7 @@
}
void
-iscsi_init_cleanup()
+iscsi_init_cleanup(void)
{
mutex_init(&iscsi_cleanup_mtx, MUTEX_DEFAULT, IPL_BIO);
@@ -1803,7 +1803,7 @@
}
void
-iscsi_destroy_cleanup()
+iscsi_destroy_cleanup(void)
{
iscsi_detaching = true;
@@ -1820,7 +1820,7 @@
}
void
-iscsi_notify_cleanup()
+iscsi_notify_cleanup(void)
{
cv_signal(&iscsi_cleanup_cv);
}
Home |
Main Index |
Thread Index |
Old Index