mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Eliminate tinderbox errors.
This commit is contained in:
parent
beb1654e70
commit
4a1f4e2a13
1 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,4 @@
|
|||
/* $NetBSD: puc.c,v 1.7 2000/07/29 17:43:38 jlam Exp $ */
|
||||
#ifndef PUC_FASTINTR
|
||||
#define PUC_FASTINTR
|
||||
#endif
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 JF Hay. All rights reserved.
|
||||
|
|
@ -85,6 +82,11 @@ __FBSDID("$FreeBSD$");
|
|||
*/
|
||||
|
||||
#include "opt_puc.h"
|
||||
|
||||
#ifndef PUC_FASTINTR
|
||||
#define PUC_FASTINTR
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue