Module Name:    src
Committed By:   pgoyette
Date:           Wed Jan 23 20:19:47 UTC 2019

Modified Files:
        src/sys/dev/raidframe [pgoyette-compat]: rf_compat80.c

Log Message:
Another missing semicolon.  grrrrr.


To generate a diff of this commit:
cvs rdiff -u -r1.2.2.5 -r1.2.2.6 src/sys/dev/raidframe/rf_compat80.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/raidframe/rf_compat80.c
diff -u src/sys/dev/raidframe/rf_compat80.c:1.2.2.5 src/sys/dev/raidframe/rf_compat80.c:1.2.2.6
--- src/sys/dev/raidframe/rf_compat80.c:1.2.2.5	Wed Jan 23 03:34:14 2019
+++ src/sys/dev/raidframe/rf_compat80.c	Wed Jan 23 20:19:47 2019
@@ -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 @@ void
 raidframe_80_fini(void)
 {
  
-	MODULE_UNSET_HOOK(raidframe80_ioctl_hook)
+	MODULE_UNSET_HOOK(raidframe80_ioctl_hook);
 }

Reply via email to