freebsd-src/share/examples/kld/dyn_sysctl
2001-05-18 13:56:29 +00:00
..
dyn_sysctl.c Unbreak by syncing with changes in <sys/sysctl.h> macros. 2001-02-10 22:36:05 +00:00
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$