diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/ic/dpt.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/ic/dpt.c')
-rw-r--r-- | sys/dev/ic/dpt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/dpt.c b/sys/dev/ic/dpt.c index 7f0cbf6daca..d5d97556797 100644 --- a/sys/dev/ic/dpt.c +++ b/sys/dev/ic/dpt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dpt.c,v 1.5 2001/11/05 17:25:58 art Exp $ */ +/* $OpenBSD: dpt.c,v 1.6 2002/03/14 01:26:54 millert Exp $ */ /* $NetBSD: dpt.c,v 1.12 1999/10/23 16:26:33 ad Exp $ */ /*- @@ -102,8 +102,8 @@ __KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.12 1999/10/23 16:26:33 ad Exp $"); #include <dev/ic/dptvar.h> #ifdef __OpenBSD__ -static void dpt_enqueue __P((struct dpt_softc *, struct scsi_xfer *, int)); -static struct scsi_xfer *dpt_dequeue __P((struct dpt_softc *)); +static void dpt_enqueue(struct dpt_softc *, struct scsi_xfer *, int); +static struct scsi_xfer *dpt_dequeue(struct dpt_softc *); struct cfdriver dpt_cd = { NULL, "dpt", DV_DULL |