mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Added a used include (in ifdefed code).
This commit is contained in:
parent
57d05a62d1
commit
871e837825
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36726
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)raw_cb.c 8.1 (Berkeley) 6/10/93
|
||||
* $Id: raw_cb.c,v 1.13 1997/09/02 01:18:44 bde Exp $
|
||||
* $Id: raw_cb.c,v 1.14 1997/10/28 15:58:33 bde Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -125,6 +125,8 @@ raw_disconnect(rp)
|
||||
}
|
||||
|
||||
#ifdef notdef
|
||||
#include <sys/mbuf.h>
|
||||
|
||||
int
|
||||
raw_bind(so, nam)
|
||||
register struct socket *so;
|
||||
|
Loading…
Reference in New Issue
Block a user