CVSROOT: /cvs Module name: src Changes by: sema...@cvs.openbsd.org 2021/03/24 10:17:06
Modified files: sys/isofs/cd9660: cd9660_vnops.c sys/ufs/mfs : mfs_extern.h mfs_vnops.c Log message: cd9660, mfs: do not hide generic vop functions behind #define It makes clearer which vop functions are real fileystem-implementations and which one are only stubs. No functional changes are intented. ok visa@