From a427ee045c2a807dd8857bf8d8458a2dd6e5be9e Mon Sep 17 00:00:00 2001 From: Pedro Martelletto Date: Sun, 9 Jul 2006 04:14:26 +0000 Subject: udf_mnt -> umount and rename fields accordingly --- sys/isofs/udf/udf_extern.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/isofs/udf/udf_extern.h') 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 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 **); -- cgit v1.2.3