posix_mode_t -> mode_t

This commit is contained in:
rocky
2005-11-06 19:26:12 +00:00
parent 00fba6a2c0
commit 18e8567d8a

View File

@@ -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 <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
@@ -159,7 +159,7 @@ extern "C" {
otherwise. otherwise.
'T' if the file is sticky but not executable. */ '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 #ifdef __cplusplus
} }