summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_physio.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-02 18:58:56 +0000
committerbde <bde@FreeBSD.org>1995-12-02 18:58:56 +0000
commit3089ef081608c63c7ab47c632cfbc98efdc0e815 (patch)
tree8eec40ad47c699b4e7ca9c8c29bd2bc032d89b93 /sys/kern/kern_physio.c
parentc860a459a3a5c94e0fe6643c2ec81dbd60f0d530 (diff)
downloadFreeBSD-src-3089ef081608c63c7ab47c632cfbc98efdc0e815.zip
FreeBSD-src-3089ef081608c63c7ab47c632cfbc98efdc0e815.tar.gz
Completed function declarations and/or added prototypes.
Diffstat (limited to 'sys/kern/kern_physio.c')
-rw-r--r--sys/kern/kern_physio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c
index 1880b17..47e0e7b 100644
--- a/sys/kern/kern_physio.c
+++ b/sys/kern/kern_physio.c
@@ -16,7 +16,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: kern_physio.c,v 1.12 1995/09/08 11:08:36 bde Exp $
+ * $Id: kern_physio.c,v 1.13 1995/11/28 02:40:38 peter Exp $
*/
#include <sys/param.h>
@@ -26,7 +26,7 @@
#include <sys/proc.h>
#include <vm/vm.h>
-static void physwakeup();
+static void physwakeup __P((struct buf *bp));
int
physio(strategy, bp, dev, rw, minp, uio)
@@ -34,7 +34,7 @@ physio(strategy, bp, dev, rw, minp, uio)
struct buf *bp;
dev_t dev;
int rw;
- u_int (*minp)();
+ u_int (*minp) __P((struct buf *bp));
struct uio *uio;
{
int i;
OpenPOWER on IntegriCloud