mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Another typo by me
Reviewed by: Submitted by:
This commit is contained in:
parent
1624344d17
commit
d9e9aec7ad
1 changed files with 3 additions and 3 deletions
|
|
@ -31,11 +31,11 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)mbuf.h 8.3 (Berkeley) 1/21/94
|
||||
* $Id: mbuf.h,v 1.3 1994/08/06 11:26:16 davidg Exp $
|
||||
* $Id: mbuf.h,v 1.4 1994/08/21 04:41:51 paul Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_MALLOC_H_
|
||||
#define _SYS_MALLOC_H_
|
||||
#ifndef _SYS_MBUF_H_
|
||||
#define _SYS_MBUF_H_
|
||||
|
||||
#ifndef M_WAITOK
|
||||
#include <sys/malloc.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue