xref: /netbsd-src/external/bsd/am-utils/dist/conf/trap/trap_aux.h (revision 6fc217346bb51c463d3a5a2a7883cb56515cd6d7)
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