Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[gapil.git] / listati / cap-results.c
1 new_perm = ( orig_inh & file_inh ) | ( file_perm & bound_set) ;
2 new_inh = orig_inh ;
3 new_eff = file_eff ? new_perm : 0 ;
4 new_bound_set = bound_set ;