1/* $FreeBSD$ */
2/* $srcdir/conf/trap/trap_default.h */
3#define MOUNT_TRAP(type, mnt, flags, mnt_data) mount(type, mnt->mnt_dir, flags, mnt_data)
4