summaryrefslogtreecommitdiff
path: root/sys/xfs/xfs_syscalls-dummy.c
blob: 67f30fc4e6779ebf37f40788a7df193cd956d874 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * This code released into public domain by Artur Grabowski <art@openbsd.org>
 */
#include <xfs/xfs_locl.h>

int
sys_xfspioctl(struct proc *proc, void *varg, register_t *retval)
{
	return ENOSYS;
}