diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-07-09 04:14:26 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-07-09 04:14:26 +0000 |
commit | a427ee045c2a807dd8857bf8d8458a2dd6e5be9e (patch) | |
tree | 8386c375045c3c9a662de063396db52799c8adc3 /sys/isofs/udf/udf_extern.h | |
parent | 755d92e17ea524e2081b42e4668f9b6d7057f2fd (diff) |
udf_mnt -> umount and rename fields accordingly
Diffstat (limited to 'sys/isofs/udf/udf_extern.h')
-rw-r--r-- | sys/isofs/udf/udf_extern.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/isofs/udf/udf_extern.h b/sys/isofs/udf/udf_extern.h index e35369519a6..7950d658271 100644 --- a/sys/isofs/udf/udf_extern.h +++ b/sys/isofs/udf/udf_extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: udf_extern.h,v 1.5 2006/07/08 23:11:59 pedro Exp $ */ +/* $OpenBSD: udf_extern.h,v 1.6 2006/07/09 04:14:25 pedro Exp $ */ /* * Written by Pedro Martelletto <pedro@openbsd.org> in February 2005. @@ -9,8 +9,8 @@ * udf_subr.c */ int udf_rawnametounicode(u_int len, char *, unicode_t *); -int udf_vat_get(struct udf_mnt *); -int udf_vat_map(struct udf_mnt *, uint32_t *); +int udf_vat_get(struct umount *); +int udf_vat_map(struct umount *, uint32_t *); /* * udf_vfsops.c @@ -50,7 +50,7 @@ int udf_lock(void *v); int udf_unlock(void *v); int udf_islocked(void *v); int udf_print(void *v); -int udf_transname(char *, char *, int, struct udf_mnt *); +int udf_transname(char *, char *, int, struct umount *); int udf_readatoffset(struct unode *, int *, off_t, struct buf **, uint8_t **); |