mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include <sys/buf.h> so that this does't blow up with B_WRITE undefined.
I fully updated my src tree and did a `make includes' in /usr/src before trying this fix, so I can only presume that Bruce missed something.
This commit is contained in:
parent
119bc2cc9b
commit
5e26fb6fdf
2 changed files with 4 additions and 2 deletions
|
|
@ -25,13 +25,14 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: linux_sysvec.c,v 1.3 1996/03/10 22:42:16 peter Exp $
|
||||
* $Id: linux_sysvec.c,v 1.4 1996/03/17 14:31:58 peter Exp $
|
||||
*/
|
||||
|
||||
/* XXX we use functions that might not exist. */
|
||||
#define COMPAT_43 1
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/sysproto.h>
|
||||
#include <sys/sysent.h>
|
||||
|
|
|
|||
|
|
@ -25,13 +25,14 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: linux_sysvec.c,v 1.3 1996/03/10 22:42:16 peter Exp $
|
||||
* $Id: linux_sysvec.c,v 1.4 1996/03/17 14:31:58 peter Exp $
|
||||
*/
|
||||
|
||||
/* XXX we use functions that might not exist. */
|
||||
#define COMPAT_43 1
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/sysproto.h>
|
||||
#include <sys/sysent.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue