summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-08-03 02:47:06 +0000
committerjhb <jhb@FreeBSD.org>2000-08-03 02:47:06 +0000
commitdb236d95a5a67c9e9f03e52a0c14861c7d685154 (patch)
tree9f97d1afe8db95efe0800de4ffb4468fd92259eb
parent36bd627297d7f77372d94919fba83874712db10e (diff)
downloadFreeBSD-src-db236d95a5a67c9e9f03e52a0c14861c7d685154.zip
FreeBSD-src-db236d95a5a67c9e9f03e52a0c14861c7d685154.tar.gz
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.
-rw-r--r--sys/dev/isp/isp_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 4b3a39a..e3cd557 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -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, ...)
{
OpenPOWER on IntegriCloud