aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/pkgfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/libsa/pkgfs.c')
-rw-r--r--stand/libsa/pkgfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/libsa/pkgfs.c b/stand/libsa/pkgfs.c
index 32d488de5cfb..6eb3badf7068 100644
--- a/stand/libsa/pkgfs.c
+++ b/stand/libsa/pkgfs.c
@@ -41,6 +41,7 @@ static off_t pkg_atol(const char *, unsigned);
struct fs_ops pkgfs_fsops = {
.fs_name = "pkg",
+ .fs_flags = FS_OPS_NO_DEVOPEN,
.fo_open = pkg_open,
.fo_close = pkg_close,
.fo_read = pkg_read,