Trying to silence compiler warnings of OpenSuse Build Service

This commit is contained in:
2010-06-20 14:16:40 +00:00
parent 3e0c8581fa
commit 17689fd537
6 changed files with 9 additions and 6 deletions

View File

@ -970,7 +970,7 @@ int Permstack_pop(struct PermiteM **o, struct PermiteM *stopper,
}
}
if(!(flag&1)) {
chown(m->disk_path, m->stbuf.st_uid, m->stbuf.st_gid);
ret= chown(m->disk_path, m->stbuf.st_uid, m->stbuf.st_gid);
/* don't complain if it fails */
if(!(flag&2)) {
utime_buffer.actime= m->stbuf.st_atime;