diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-15 09:53:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-15 09:53:34 +0000 |
commit | 5b802962fc836c3d29bbd55e37954cebf32767d7 (patch) | |
tree | f8d350a5645b9921e0ed3196a4b1258cc524f6e4 /sys/dev/ic/mpt_openbsd.c | |
parent | ffbe409c1d8d2537fec5c27393f1c1edfa1a0c8e (diff) |
DO NOT UNDO MY COMMITS
Diffstat (limited to 'sys/dev/ic/mpt_openbsd.c')
-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 57892f4677d..8387d88e489 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.4 2004/03/14 23:14:36 krw Exp $ */ +/* $OpenBSD: mpt_openbsd.c,v 1.5 2004/03/15 09:53:33 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 void mpt_run_ppr(mpt_softc_t *); static int mpt_ppr(mpt_softc_t *, struct scsi_link *, int speed); static int mpt_poll(mpt_softc_t *, struct scsi_xfer *, int); |