summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/bootst/rawfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/stand/bootst/rawfs.h')
-rw-r--r--sys/arch/mvme88k/stand/bootst/rawfs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/stand/bootst/rawfs.h b/sys/arch/mvme88k/stand/bootst/rawfs.h
index d25d2fde8da..837bfd67cf9 100644
--- a/sys/arch/mvme88k/stand/bootst/rawfs.h
+++ b/sys/arch/mvme88k/stand/bootst/rawfs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rawfs.h,v 1.2 2002/03/14 01:26:40 millert Exp $ */
+/* $OpenBSD: rawfs.h,v 1.3 2006/01/16 18:03:54 deraadt Exp $ */
/*
* Raw file system - for stream devices like tapes.
@@ -8,8 +8,8 @@
int rawfs_open(char *path, struct open_file *f);
int rawfs_close(struct open_file *f);
int rawfs_read(struct open_file *f, void *buf,
- u_int size, u_int *resid);
+ size_t size, size_t *resid);
int rawfs_write(struct open_file *f, void *buf,
- u_int size, u_int *resid);
+ size_t size, size_t *resid);
off_t rawfs_seek(struct open_file *f, off_t offset, int where);
int rawfs_stat(struct open_file *f, struct stat *sb);