summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/bootst/rawfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme68k/stand/bootst/rawfs.c')
-rw-r--r--sys/arch/mvme68k/stand/bootst/rawfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/bootst/rawfs.c b/sys/arch/mvme68k/stand/bootst/rawfs.c
index 91d572fa04b..a7033027829 100644
--- a/sys/arch/mvme68k/stand/bootst/rawfs.c
+++ b/sys/arch/mvme68k/stand/bootst/rawfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rawfs.c,v 1.2 2001/07/04 08:06:54 niklas Exp $ */
+/* $OpenBSD: rawfs.c,v 1.3 2002/03/14 01:26:38 millert Exp $ */
/* $NetBSD: rawfs.c,v 1.1 1995/10/17 22:58:27 gwr Exp $ */
/*
@@ -58,7 +58,7 @@ struct file {
};
static int
-rawfs_get_block __P((struct open_file *));
+rawfs_get_block(struct open_file *);
int rawfs_open(path, f)
char *path;