1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00: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:
John Baldwin 2000-08-03 02:47:06 +00:00
parent 0d864285a2
commit 7d615c1d8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64174

View File

@ -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, ...)
{