[BACK]Return to xfs_syscalls-dummy.c CVS log [TXT][DIR] Up to [local] / sys / xfs

Annotation of sys/xfs/xfs_syscalls-dummy.c, Revision 1.1.1.1

1.1       nbrk        1: /*
                      2:  * This code released into public domain by Artur Grabowski <art@openbsd.org>
                      3:  */
                      4: #include <xfs/xfs_locl.h>
                      5:
                      6: int
                      7: sys_xfspioctl(struct proc *proc, void *varg, register_t *retval)
                      8: {
                      9:        return ENOSYS;
                     10: }

CVSweb