# File lib/chef/file_access_control.rb, line 63
    def dimished_radix_complement(int)
      if int > UID_MAX
        int - UINT
      else
        int
      end
    end