From 18e8567d8a9274d2259604dbdb4ca084589a526f Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 6 Nov 2005 19:26:12 +0000 Subject: [PATCH] posix_mode_t -> mode_t --- include/cdio/udf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }