Another typo by me

Reviewed by:
Submitted by:
This commit is contained in:
Paul Richards 1994-08-21 19:19:39 +00:00
parent 1624344d17
commit d9e9aec7ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2197

View File

@ -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>