K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-05-05T01:35:42.119394Z K 7 svn:log V 195 MFC r298732: sys/devfs: unsign an index to prevent signed integer overflow. cdp_maxdirent in struct:cdev_priv is of type u_int. Use the same type for the corresponding index in devfs_revoke(). END