Add a comment as to where stdarg.h applies.

This commit is contained in:
Matt Jacob 2000-08-03 03:05:50 +00:00
parent efbfff9480
commit 3ea883b46d

View File

@ -33,7 +33,7 @@
* SUCH DAMAGE.
*/
#include <dev/isp/isp_freebsd.h>
#include <machine/stdarg.h>
#include <machine/stdarg.h> /* for use by isp_prt below */
static void isp_intr_enable(void *);
static void isp_cam_async(void *, u_int32_t, struct cam_path *, void *);