Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Add a comment to remind people to bump the kernel ve...



details:   https://anonhg.NetBSD.org/src/rev/ea688658397b
branches:  trunk
changeset: 447945:ea688658397b
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jan 29 04:54:42 2019 +0000

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

diffstat:

 sys/sys/compat_stub.h |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 4130a23885aa -r ea688658397b sys/sys/compat_stub.h
--- a/sys/sys/compat_stub.h     Tue Jan 29 04:10:10 2019 +0000
+++ b/sys/sys/compat_stub.h     Tue Jan 29 04:54:42 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index