Get the Passwd of the user with the uid

Property definitions

posix $ Passwd :: from_uid
	# Get the `Passwd` of the user with the `uid`
	new from_uid(uid: Int) `{ return getpwuid(uid); `}
lib/posix/posix.nit:53,2--54,51