diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-10 01:09:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-10 01:09:30 +0000 |
commit | d480687ffbaac7426a6452e600cfc532438c0bcc (patch) | |
tree | a7da72f30e11cd0887bd6515833bae166fcda9a3 | |
parent | e38f5346a6fd43b38b3e7595bd7339e0159dfceb (diff) |
no need for re-including machine/stdarg.h
-rw-r--r-- | sys/dev/ic/mpt_openbsd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/mpt_openbsd.c b/sys/dev/ic/mpt_openbsd.c index d30c3466dc7..0af5c1553c3 100644 --- a/sys/dev/ic/mpt_openbsd.c +++ b/sys/dev/ic/mpt_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpt_openbsd.c,v 1.2 2004/03/07 05:08:16 krw Exp $ */ +/* $OpenBSD: mpt_openbsd.c,v 1.3 2004/03/10 01:09:29 deraadt Exp $ */ /* $NetBSD: mpt_netbsd.c,v 1.7 2003/07/14 15:47:11 lukem Exp $ */ /* @@ -101,8 +101,6 @@ #include <dev/ic/mpt.h> /* pulls in all headers */ -#include <machine/stdarg.h> /* for mpt_prt() */ - static int mpt_poll(mpt_softc_t *, struct scsi_xfer *, int); static void mpt_timeout(void *); static void mpt_done(mpt_softc_t *, uint32_t); |