4BSD/usr/include/mtab.h

Compare this file to the similar file:
Show the results in this format:

struct mtab {
	char	m_path[32];		/* mounted on pathname */
	char	m_dname[32];		/* block device pathname */
};