Home | History | Annotate | Line # | Download | only in trap
trap_aux.h revision 1.1.1.1.4.2
      1 /*	$NetBSD: trap_aux.h,v 1.1.1.1.4.2 2008/10/19 22:39:38 haad 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