mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Patch rtems-rc-4.5.0-27-cvs from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to remove syntactically incorrect else code that was technically unneeded anyway.
This commit is contained in:
@@ -239,14 +239,8 @@ void chown_multiple_files(
|
||||
uid_t st_uid;
|
||||
gid_t st_gid;
|
||||
|
||||
#if defined(RTEMS_POSIX_API)
|
||||
st_uid = geteuid();
|
||||
st_gid = getegid();
|
||||
#else
|
||||
st_uid = 100;
|
||||
e
|
||||
st_gid = 0;
|
||||
#endif
|
||||
|
||||
i = 0;
|
||||
while ( files[i] ) {
|
||||
|
||||
Reference in New Issue
Block a user