phk
6aa084aa4f
A module with no modevent function gets modevent_nop() as default.
...
Until now the function has just returned zero for any event, but
that is downright wrong for MOD_UNLOAD and not very useful for any
future events we add where it may be crucial to be able to tell
if the event was unhandled or successful.
Change the function to return as follows:
MOD_LOAD -> 0
MOD_UNLOAD -> EBUSY
anything else -> EOPNOTSUPP
2004-07-14 22:37:36 +00:00
..
2004-07-14 05:49:44 +00:00
2004-07-14 07:13:35 +00:00
2004-07-13 22:40:59 +00:00
2004-07-08 22:35:36 +00:00
2004-07-10 20:56:43 +00:00
2004-07-12 14:11:26 +00:00
2004-07-14 00:03:51 +00:00
2004-07-13 17:43:03 +00:00
2004-07-13 17:44:17 +00:00
2004-06-14 00:38:54 +00:00
2004-07-12 01:38:07 +00:00
2004-07-14 22:09:32 +00:00
2004-07-11 16:13:57 +00:00
2004-07-13 09:47:27 +00:00
2004-07-10 17:47:22 +00:00
2004-07-13 12:01:29 +00:00
2004-07-12 08:14:09 +00:00
2004-07-06 06:43:45 +00:00
2004-07-14 18:12:15 +00:00
2004-07-13 07:22:56 +00:00
2004-07-11 17:50:59 +00:00
2004-07-12 08:14:09 +00:00
2004-07-14 22:37:36 +00:00
2004-05-14 12:28:31 +00:00
2004-07-13 09:37:49 +00:00
2004-07-14 13:31:41 +00:00
2004-06-13 17:29:10 +00:00
2004-07-12 18:39:59 +00:00
2004-06-14 18:16:22 +00:00
2004-07-14 20:31:37 +00:00
2004-07-13 16:06:19 +00:00
2004-06-13 17:29:10 +00:00
2004-06-23 01:58:22 +00:00
2004-07-12 19:35:29 +00:00
2004-06-21 00:20:43 +00:00
2004-06-24 03:11:29 +00:00
2004-06-16 09:47:26 +00:00
2004-06-17 22:48:11 +00:00
2004-04-07 05:00:01 +00:00
2004-07-12 08:14:09 +00:00
2004-07-13 05:42:59 +00:00
2004-07-13 07:05:38 +00:00
2004-06-16 09:47:26 +00:00
2004-07-14 17:50:08 +00:00
2004-06-16 09:47:26 +00:00
2004-07-10 21:47:53 +00:00
2004-07-13 07:22:56 +00:00
2004-07-12 19:37:08 +00:00
2004-07-10 21:47:53 +00:00
2004-07-13 07:22:56 +00:00
2004-07-14 07:02:03 +00:00
2004-07-11 16:14:24 +00:00
2004-07-14 14:19:32 +00:00
2004-07-12 17:45:37 +00:00
2004-05-16 00:19:12 +00:00