#if 0 out pfs_null() to silence the warning about it not being referenced.

This commit is contained in:
des 2001-06-15 12:30:46 +00:00
parent 1d67a55f97
commit cf75a40bc5

View File

@ -437,7 +437,9 @@ pfs_setattr(struct vop_setattr_args *va)
* Dummy operations
*/
static int pfs_erofs(void *va) { return (EROFS); }
#if 0
static int pfs_null(void *va) { return (0); }
#endif
/*
* Vnode operations