aboutsummaryrefslogtreecommitdiff
path: root/conf/trap/trap_irix.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-08-31 00:08:49 +0000
committerCy Schubert <cy@FreeBSD.org>2016-08-31 00:08:49 +0000
commitca57057f598bfc7119f79f71bf38ec88244ab396 (patch)
tree051f78ef258707b493cc7cb21569b6949915f6c7 /conf/trap/trap_irix.h
parente66b16bf080ead1c51f321eaf56710c771778706 (diff)
Notes
Diffstat (limited to 'conf/trap/trap_irix.h')
-rw-r--r--conf/trap/trap_irix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/trap/trap_irix.h b/conf/trap/trap_irix.h
new file mode 100644
index 000000000000..e2a7fb6a5e8c
--- /dev/null
+++ b/conf/trap/trap_irix.h
@@ -0,0 +1,3 @@
+/* $srcdir/conf/trap/trap_irix.h */
+extern int mount_irix(char *fsname, char *dir, int flags, MTYPE_TYPE type, voidp data);
+#define MOUNT_TRAP(type, mnt, flags, mnt_data) mount_irix(mnt->mnt_fsname, mnt->mnt_dir, flags, type, mnt_data)