Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/doc Note the desire to return some callback functi...
details: https://anonhg.NetBSD.org/src/rev/f51cf7bb3ec1
branches: pgoyette-compat
changeset: 447500:f51cf7bb3ec1
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Jan 14 00:16:32 2019 +0000
description:
Note the desire to return some callback functions to having a void
type, rather than int (changing them was necessary to use a common
return type for all callbacks).
diffstat:
doc/TODO.compat-module | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 27ca5b7081bb -r f51cf7bb3ec1 doc/TODO.compat-module
--- a/doc/TODO.compat-module Sun Jan 13 23:33:07 2019 +0000
+++ b/doc/TODO.compat-module Mon Jan 14 00:16:32 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: TODO.compat-module,v 1.1.2.19 2019/01/13 23:33:07 pgoyette Exp $ */
+/* $NetBSD: TODO.compat-module,v 1.1.2.20 2019/01/14 00:16:32 pgoyette Exp $ */
DONE
----
@@ -103,3 +103,7 @@
deal with them appropriately. For now, we simply ensure that they
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".
Home |
Main Index |
Thread Index |
Old Index