1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00

noopen() and noclose() is now no longer used.

This commit is contained in:
Poul-Henning Kamp 2003-09-27 12:09:25 +00:00
parent 4e5f06873f
commit 04825a77a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120508
2 changed files with 0 additions and 4 deletions

View File

@ -258,8 +258,6 @@ void ldisc_deregister(int);
#endif /* _KERNEL */
#ifdef _KERNEL
d_open_t noopen;
d_close_t noclose;
d_read_t noread;
d_write_t nowrite;
d_ioctl_t noioctl;

View File

@ -258,8 +258,6 @@ void ldisc_deregister(int);
#endif /* _KERNEL */
#ifdef _KERNEL
d_open_t noopen;
d_close_t noclose;
d_read_t noread;
d_write_t nowrite;
d_ioctl_t noioctl;