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:
Joel Sherrill
2000-06-09 18:45:23 +00:00
parent c580598529
commit c5fe7cf65c

View File

@@ -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] ) {