mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* security.cc (get_file_attribute): Avoid compiler warning.
This commit is contained in:
parent
538b71077d
commit
3532877889
@ -1,3 +1,7 @@
|
||||
2007-03-02 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* security.cc (get_file_attribute): Avoid compiler warning.
|
||||
|
||||
2007-03-01 Christopher Faylor <me@cgf.cx>
|
||||
|
||||
* fork.cc (fork): Reset child to true after fork since it may have been
|
||||
|
@ -1524,7 +1524,6 @@ int
|
||||
get_file_attribute (int use_ntsec, HANDLE handle, const char *file,
|
||||
mode_t *attribute, __uid32_t *uidret, __gid32_t *gidret)
|
||||
{
|
||||
int res;
|
||||
syscall_printf ("file: %s", file);
|
||||
|
||||
if (use_ntsec && allow_ntsec)
|
||||
|
Loading…
x
Reference in New Issue
Block a user