summaryrefslogtreecommitdiffstats
path: root/sys/net/raw_usrreq.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Attempting to bind() or connect() a routing socket, while meaningless,wollman1995-02-161-3/+7
| | | | | | shouldn't cause a panic. Obtained from: Stevens, vol. 2, p. 667
* Cosmetics: to silence gcc -wall.phk1994-10-081-2/+3
|
* Fix up some sloppy coding practices:wollman1994-08-181-1/+2
| | | | | | | | | | | | - Delete redundant declarations. - Add -Wredundant-declarations to Makefile.i386 so they don't come back. - Delete sloppy COMMON-style declarations of uninitialized data in header files. - Add a few prototypes. - Clean up warnings resulting from the above. NB: ioconf.c will still generate a redundant-declaration warning, which is unavoidable unless somebody volunteers to make `config' smarter.
* Added $Id$dg1994-08-021-0/+1
|
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+306
OpenPOWER on IntegriCloud