funlockfile(data->main->error.to.stream);
}
- return F_status_set_error(F_failure);
+ return F_status_set_error(F_exist_not);
}
return F_none;
funlockfile(data->main->error.to.stream);
}
- return F_status_set_error(F_failure);
+ return F_status_set_error(F_exist_not);
}
return F_none;
*
* @return
* F_none on success.
- * F_exist_not if there is no group by the given name.
*
* Status codes (with error bit) are returned on any problem.
*/
*
* @return
* F_none on success.
- * F_exist_not if there is no mode by the given name.
*
+ * F_exist_not (with error bit) if there is no mode by the given name.
* Status codes (with error bit) are returned on any problem.
*/
#ifndef _di_fake_make_get_id_mode_
*
* @return
* F_none on success.
- * F_exist_not if there is no user by the given name.
*
+ * F_exist_not (with error bit) if there is no mode by the given name.
* Status codes (with error bit) are returned on any problem.
*/
#ifndef _di_fake_make_get_id_owner_