summaryrefslogtreecommitdiff
path: root/sys/dev/vndioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vndioctl.h')
-rw-r--r--sys/dev/vndioctl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/vndioctl.h b/sys/dev/vndioctl.h
index d11c3e01fc9..3a262c4f866 100644
--- a/sys/dev/vndioctl.h
+++ b/sys/dev/vndioctl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vndioctl.h,v 1.2 1997/11/07 08:06:37 niklas Exp $ */
+/* $OpenBSD: vndioctl.h,v 1.3 2000/06/20 21:29:20 provos Exp $ */
/* $NetBSD: vndioctl.h,v 1.5 1995/01/25 04:46:30 cgd Exp $ */
/*
@@ -49,6 +49,8 @@
struct vnd_ioctl {
char *vnd_file; /* pathname of file to mount */
int vnd_size; /* (returned) size of disk */
+ u_char *vnd_key;
+ int vnd_keylen;
};
/*