aboutsummaryrefslogtreecommitdiff
path: root/sys/nwfs/nwfs_ioctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
| | | | | | | | Due to some interesting cpp tricks in lockmgr, the LINT kernel shrinks by 924 bytes. Notes: svn path=/head/; revision=59368
* Remove unnessary includes.Boris Popov1999-10-121-6/+0
| | | | Notes: svn path=/head/; revision=52152
* Import kernel part of ncplib: netncp and nwfsBoris Popov1999-10-021-0/+103
Reviewed by: msmith, peter Obtained from: ncplib Notes: svn path=/head/; revision=51852