summaryrefslogtreecommitdiffstats
path: root/sys/netnatm/natm.h
Commit message (Collapse)AuthorAgeFilesLines
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
| | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-5/+2
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* Fixed a sloppy common-style declaration.bde1997-12-201-1/+1
| | | | | | natm_pcb.c: Include <sys/socketvar.h> which will be used when M_PCB is declared in the right place.
* import Chuck Cranor's ATM driverkjc1997-05-091-0/+161
OpenPOWER on IntegriCloud