summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_tap
Commit message (Collapse)AuthorAgeFilesLines
* Mechanically tidy up the contents of CLEANFILES:M*.h: kmod.mkru2004-09-011-2/+0
| | | | automatically removes opt_*.h and if_*.h found in SRCS.
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-3/+4
|
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-1/+1
| | | | | | | | | | | | | | | | | | cloning infrastructure standard in kern_conf. Modules are now the same with or without devfs support. If you need to detect if devfs is present, in modules or elsewhere, check the integer variable "devfs_present". This happily removes an ugly hack from kern/vfs_conf.c. This forces a rename of the eventhandler and the standard clone helper function. Include <sys/eventhandler.h> in <sys/conf.h>: it's a helper #include like <sys/queue.h> Remove all #includes of opt_devfs.h they no longer matter.
* Somehow the module makefile got missed in the big commit.nsayer2000-07-211-0/+14
OpenPOWER on IntegriCloud