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