summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_timeout.c
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2004-04-20 15:49:31 +0000
committercperciva <cperciva@FreeBSD.org>2004-04-20 15:49:31 +0000
commit9e96265f37a3616b591223fdbb509c997392dcb8 (patch)
tree0dc44fef9bfc311c5a24ba000b367a36b95c6f8c /sys/kern/kern_timeout.c
parent7def13871eb50a9d1b5b197717c1e198c13e4b50 (diff)
downloadFreeBSD-src-9e96265f37a3616b591223fdbb509c997392dcb8.zip
FreeBSD-src-9e96265f37a3616b591223fdbb509c997392dcb8.tar.gz
1. Remove callout_stop binary compatibility.
2. Document that this means that kernel modules must be rebuilt. 3. While I'm here, fix my sorting error in callout.h Requested by: many [1], scottl [2], bde [3]
Diffstat (limited to 'sys/kern/kern_timeout.c')
-rw-r--r--sys/kern/kern_timeout.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
index 534797a..b1465ce 100644
--- a/sys/kern/kern_timeout.c
+++ b/sys/kern/kern_timeout.c
@@ -421,16 +421,6 @@ callout_reset(c, to_ticks, ftn, arg)
mtx_unlock_spin(&callout_lock);
}
-/* For binary compatibility. */
-#undef callout_stop
-int
-callout_stop(c)
- struct callout *c;
-{
-
- return(_callout_stop_safe(c, 0));
-}
-
int
_callout_stop_safe(c, safe)
struct callout *c;
OpenPOWER on IntegriCloud