freebsd-dev/sys/netncp
Poul-Henning Kamp 70cd771337 The present defaults for the open and close for device drivers which
provide no methods does not make any sense, and is not used by any
driver.

It is a pretty hard to come up with even a theoretical concept of
a device driver which would always fail open and close with ENODEV.

Change the defaults to be nullopen() and nullclose() which simply
does nothing.

Remove explicit initializations to these from the drivers which
already used them.
2003-09-27 12:01:01 +00:00
..
ncp_cfg.h
ncp_conn.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ncp_conn.h
ncp_crypt.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ncp_file.h
ncp_lib.h
ncp_login.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ncp_mod.c The present defaults for the open and close for device drivers which 2003-09-27 12:01:01 +00:00
ncp_ncp.c size_t != int. Make this compile on 64 bit platforms (eg: amd64). 2003-07-24 01:59:18 +00:00
ncp_ncp.h
ncp_nls.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ncp_nls.h
ncp_rcfile.h
ncp_rq.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ncp_rq.h
ncp_sock.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ncp_sock.h
ncp_subr.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ncp_subr.h
ncp_user.h
ncp.h
ncpio.h
nwerror.h