diff --git a/include/cdio/udf.h b/include/cdio/udf.h index 8133bbb4..1774d5c3 100644 --- a/include/cdio/udf.h +++ b/include/cdio/udf.h @@ -1,5 +1,5 @@ /* - $Id: udf.h,v 1.18 2005/11/06 00:39:37 rocky Exp $ + $Id: udf.h,v 1.19 2005/11/06 19:26:12 rocky Exp $ Copyright (C) 2005 Rocky Bernstein This program is free software; you can redistribute it and/or modify @@ -159,7 +159,7 @@ extern "C" { otherwise. 'T' if the file is sticky but not executable. */ - char *udf_mode_string (posix_mode_t i_mode, char *psz_str); + char *udf_mode_string (mode_t i_mode, char *psz_str); #ifdef __cplusplus }