summaryrefslogtreecommitdiffstats
path: root/sys/lib
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2020-02-29 07:31:34 +0000
committerotto <otto@openbsd.org>2020-02-29 07:31:34 +0000
commit6221c7eaa9bd32362d70d40c1870fbf4a4bf81cf (patch)
tree1fd28ded8b9ef4cd745e34bd325145bd0c6460aa /sys/lib
parentdrm/amdgpu/soc15: fix xclk for raven (diff)
downloadwireguard-openbsd-6221c7eaa9bd32362d70d40c1870fbf4a4bf81cf.tar.xz
wireguard-openbsd-6221c7eaa9bd32362d70d40c1870fbf4a4bf81cf.zip
Next step in prepping for ffs2 installs: introduce a new install script var
MDFSOPT and add a missing prototype.
Diffstat (limited to 'sys/lib')
-rw-r--r--sys/lib/libsa/ufs2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/lib/libsa/ufs2.h b/sys/lib/libsa/ufs2.h
index b86172a9c64..7e9de46a244 100644
--- a/sys/lib/libsa/ufs2.h
+++ b/sys/lib/libsa/ufs2.h
@@ -36,3 +36,4 @@ int ufs2_write(struct open_file *, void *, size_t, size_t *);
int ufs2_stat(struct open_file *, struct stat *);
int ufs2_readdir(struct open_file *, char *);
off_t ufs2_seek(struct open_file *, off_t, int);
+int ufs2_fchmod(struct open_file *, mode_t);