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 Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
ncp_crypt.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ncp_file.h use __packed. 2002-09-23 18:54:32 +00:00
ncp_lib.h Make bn_name a const char * to quieten some warnings. 2002-07-27 23:16:49 +00:00
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 Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
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 Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
ncp_sock.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ncp_sock.h Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
ncp_subr.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ncp_subr.h Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
ncp_user.h
ncp.h Use a character device and ioctl() for communication between libncp 2003-02-28 04:31:29 +00:00
ncpio.h Use a character device and ioctl() for communication between libncp 2003-02-28 04:31:29 +00:00
nwerror.h