From 51fa2d50264c07091c6880dcb19ea78eb297c7a2 Mon Sep 17 00:00:00 2001 From: pedro martelletto Date: Sun, 26 May 2013 14:18:50 +0200 Subject: [PATCH] add tmpfs_args to mount_info, pointed out by espie@openbsd --- sys/sys/mount.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 4c9212d7b2a..c8d907722cd 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -229,6 +229,7 @@ union mount_info { struct nfs_args nfs_args; struct iso_args iso_args; struct msdosfs_args msdosfs_args; + struct tmpfs_args tmpfs_args; char __align[160]; /* 64-bit alignment and room to grow */ }; -- 2.11.4.GIT