mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
3 lines
145 B
C
3 lines
145 B
C
/* $FreeBSD$ */
|
|
/* $srcdir/conf/trap/trap_default.h */
|
|
#define MOUNT_TRAP(type, mnt, flags, mnt_data) mount(type, mnt->mnt_dir, flags, mnt_data)
|