summaryrefslogtreecommitdiff
path: root/sys/dev/vndioctl.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-12-07 00:11:15 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-12-07 00:11:15 +0000
commit9ab8e0678c211d3a61fbda19010f9dfdfb47eb62 (patch)
tree7f45eab69c29893c04923ac1c0b828bd1aa8018d /sys/dev/vndioctl.h
parent06b3e5ce44849b6b68724f9fd164f956f6010770 (diff)
Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org>
toouches by me.
Diffstat (limited to 'sys/dev/vndioctl.h')
-rw-r--r--sys/dev/vndioctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vndioctl.h b/sys/dev/vndioctl.h
index 3a262c4f866..2a614b6f406 100644
--- a/sys/dev/vndioctl.h
+++ b/sys/dev/vndioctl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vndioctl.h,v 1.3 2000/06/20 21:29:20 provos Exp $ */
+/* $OpenBSD: vndioctl.h,v 1.4 2001/12/07 00:11:14 niklas Exp $ */
/* $NetBSD: vndioctl.h,v 1.5 1995/01/25 04:46:30 cgd Exp $ */
/*
@@ -48,7 +48,7 @@
*/
struct vnd_ioctl {
char *vnd_file; /* pathname of file to mount */
- int vnd_size; /* (returned) size of disk */
+ off_t vnd_size; /* (returned) size of disk */
u_char *vnd_key;
int vnd_keylen;
};