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 Another missing semicolon. grrrrr.



details:   https://anonhg.NetBSD.org/src/rev/7909fcd8f38b
branches:  pgoyette-compat
changeset: 830930:7909fcd8f38b
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Jan 23 20:19:47 2019 +0000

description:
Another missing semicolon.  grrrrr.

diffstat:

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

diffs (16 lines):

diff -r 4bc07e6e0904 -r 7909fcd8f38b sys/dev/raidframe/rf_compat80.c
--- a/sys/dev/raidframe/rf_compat80.c   Wed Jan 23 09:33:47 2019 +0000
+++ b/sys/dev/raidframe/rf_compat80.c   Wed Jan 23 20:19:47 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_compat80.c,v 1.2.2.5 2019/01/23 03:34:14 pgoyette Exp $     */
+/*     $NetBSD: rf_compat80.c,v 1.2.2.6 2019/01/23 20:19:47 pgoyette Exp $     */
 
 /*
  * Copyright (c) 2017 Matthew R. Green
@@ -275,5 +275,5 @@
 raidframe_80_fini(void)
 {
  
-       MODULE_UNSET_HOOK(raidframe80_ioctl_hook)
+       MODULE_UNSET_HOOK(raidframe80_ioctl_hook);
 }



Home | Main Index | Thread Index | Old Index