From f7bd8503b636597a4d35566ee188355fbf69244a Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 6 Nov 2005 19:12:35 +0000 Subject: [PATCH] I think mode_t (not posix_mode_t) is correct here. The goal is to use in normal OS file operations. --- include/cdio/udf_file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cdio/udf_file.h b/include/cdio/udf_file.h index 92814f0d..99c51217 100644 --- a/include/cdio/udf_file.h +++ b/include/cdio/udf_file.h @@ -1,5 +1,5 @@ /* - $Id: udf_file.h,v 1.6 2005/11/06 00:39:37 rocky Exp $ + $Id: udf_file.h,v 1.7 2005/11/06 19:12:35 rocky Exp $ Copyright (C) 2005 Rocky Bernstein This program is free software; you can redistribute it and/or modify @@ -61,7 +61,7 @@ extern "C" { /*! Returns a POSIX mode for a given p_udf_dirent. */ - posix_mode_t udf_get_posix_filemode(const udf_dirent_t *p_udf_dirent); + mode_t udf_get_posix_filemode(const udf_dirent_t *p_udf_dirent); /*! Return the next subdirectory.