In message: <[EMAIL PROTECTED]>
            vxp <[EMAIL PROTECTED]> writes:
: static int
: load_handler(module_t mod, int what, void *arg)
: {
:       variable declarations here..
: 
:         case MOD_LOAD:
:               blah blah blah
:                 break;
:         case MOD_UNLOAD:
:               blah blah blah
:               break;
:         default:
:                 err = EINVAL;
                  err = EOPNOTSUPP;
:                 break;

Warner
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to