this is what cdefs.h is for
This commit is contained in:
parent
e156ce2801
commit
ef9dc92b8e
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: bpf.c,v 1.13 1994/06/29 06:35:52 cgd Exp $ */
|
||||
/* $NetBSD: bpf.c,v 1.14 1994/06/29 21:23:15 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1990, 1991, 1993
|
||||
|
@ -42,12 +42,6 @@
|
|||
|
||||
#include "bpfilter.h"
|
||||
|
||||
#ifndef __GNUC__
|
||||
#define inline
|
||||
#else
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/mbuf.h>
|
||||
|
|
Loading…
Reference in New Issue