1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/share/examples/kld/dyn_sysctl
2001-05-18 13:56:29 +00:00
..
dyn_sysctl.c
Makefile Removed unneeded stuff. 2001-05-18 13:56:29 +00:00
README

This example module creates partially overlapping subtrees to demonstrate
reference counting. It also contains example of attaching a subtree to the
wrong place, i.e. to a dynamic oid that could belong to someone else.
The framework should deal with this case gracefully.

Andrzej Bialecki <abial@freebsd.org>

$FreeBSD$