mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.
While I'm at it, move the #include line up to the top of the file.
This commit is contained in:
parent
0d864285a2
commit
7d615c1d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,6 +33,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
#include <dev/isp/isp_freebsd.h>
|
||||
#include <machine/stdarg.h>
|
||||
|
||||
static void isp_intr_enable(void *);
|
||||
static void isp_cam_async(void *, u_int32_t, struct cam_path *, void *);
|
||||
|
|
@ -2227,7 +2228,6 @@ isp_uninit(struct ispsoftc *isp)
|
|||
DISABLE_INTS(isp);
|
||||
}
|
||||
|
||||
#include <stdarg.h>
|
||||
void
|
||||
isp_prt(struct ispsoftc *isp, int level, const char *fmt, ...)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue