Module Name:    src
Committed By:   pgoyette
Date:           Tue Jan 29 04:54:42 UTC 2019

Modified Files:
        src/sys/sys: compat_stub.h

Log Message:
Add a comment to remind people to bump the kernel version if any
hook interfaces change.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/compat_stub.h

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

Modified files:

Index: src/sys/sys/compat_stub.h
diff -u src/sys/sys/compat_stub.h:1.6 src/sys/sys/compat_stub.h:1.7
--- src/sys/sys/compat_stub.h:1.6	Tue Jan 29 04:10:10 2019
+++ src/sys/sys/compat_stub.h	Tue Jan 29 04:54:42 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: compat_stub.h,v 1.6 2019/01/29 04:10:10 pgoyette Exp $	*/
+/*	$NetBSD: compat_stub.h,v 1.7 2019/01/29 04:54:42 pgoyette Exp $	*/
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -36,6 +36,12 @@
 #include <sys/param.h>
 
 /*
+ * NOTE: If you make changes here, please remember to update the
+ * kernel version number in sys/param.h to ensure that kernel
+ * and modules stay in sync.
+ */
+
+/*
  * Routine hooks for compat_50___sys_ntp_gettime
  *
  * MP-hooks not needed since the NTP code is not modular

Reply via email to