xref: /netbsd-src/external/bsd/am-utils/dist/conf/trap/trap_aux.h (revision a24efa7dea9f1f56c3bdb15a927d3516792ace1c)
1 /*	$NetBSD: trap_aux.h,v 1.1.1.1 2008/09/19 20:07:19 christos Exp $	*/
2 
3 /* $srcdir/conf/trap/trap_aux.h */
4 #define MOUNT_TRAP(type, mnt, flags, mnt_data) 	fsmount(type, mnt->mnt_dir, flags, mnt_data)
5