Module Name:    src
Committed By:   pgoyette
Date:           Mon Jan 14 13:35:53 UTC 2019

Modified Files:
        src/doc [pgoyette-compat]: TODO.compat-module

Log Message:
Remove recently-added entry concerning routines whose return type
had been changed from void to int.  This is now handled by the new
void-typed hooks.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/TODO.compat-module

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

Modified files:

Index: src/doc/TODO.compat-module
diff -u src/doc/TODO.compat-module:1.1.2.20 src/doc/TODO.compat-module:1.1.2.21
--- src/doc/TODO.compat-module:1.1.2.20	Mon Jan 14 00:16:32 2019
+++ src/doc/TODO.compat-module	Mon Jan 14 13:35:53 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: TODO.compat-module,v 1.1.2.20 2019/01/14 00:16:32 pgoyette Exp $ */
+/* $NetBSD: TODO.compat-module,v 1.1.2.21 2019/01/14 13:35:53 pgoyette Exp $ */
 
 DONE
 ----
@@ -104,6 +104,3 @@ TODO - Not required for branch merge
     are included in every kernel via 'options COMPAT_UTILS' in file
     sys/conf/std
 
-22. Several hook callback routines have had their return type changed
-    from "void" to "int" in order to provide a common type in the
-    hook structure.  Ideally, I'd like to revert these back to "void".

Reply via email to