Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/dev/raidframe Ooops, missed a semicolon - add ...



details:   https://anonhg.NetBSD.org/src/rev/302436e8917d
branches:  pgoyette-compat
changeset: 447771:302436e8917d
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Jan 23 09:33:47 2019 +0000

description:
Ooops, missed a semicolon - add it back

diffstat:

 sys/dev/raidframe/rf_compat50.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c84c672cb169 -r 302436e8917d sys/dev/raidframe/rf_compat50.c
--- a/sys/dev/raidframe/rf_compat50.c   Wed Jan 23 03:40:08 2019 +0000
+++ b/sys/dev/raidframe/rf_compat50.c   Wed Jan 23 09:33:47 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_compat50.c,v 1.3.2.7 2019/01/23 03:34:14 pgoyette Exp $     */
+/*     $NetBSD: rf_compat50.c,v 1.3.2.8 2019/01/23 09:33:47 pgoyette Exp $     */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -251,7 +251,7 @@
 raidframe_50_fini(void)
 {
 
-       MODULE_UNSET_HOOK(raidframe50_ioctl_hook)
+       MODULE_UNSET_HOOK(raidframe50_ioctl_hook);
 }
 
 MODULE(MODULE_CLASS_EXEC, raid_50, "raid,compat_50");



Home | Main Index | Thread Index | Old Index