this is what cdefs.h is for

This commit is contained in:
cgd 1994-06-29 21:23:15 +00:00
parent e156ce2801
commit ef9dc92b8e
1 changed files with 1 additions and 7 deletions

View File

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