I think mode_t (not posix_mode_t) is correct here. The goal is to use

in normal OS file operations.
This commit is contained in:
rocky
2005-11-06 19:12:35 +00:00
parent 643ab46b25
commit f7bd8503b6

View File

@@ -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 <rocky@panix.com> Copyright (C) 2005 Rocky Bernstein <rocky@panix.com>
This program is free software; you can redistribute it and/or modify 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. 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. Return the next subdirectory.