xfstests: remove unsupported conditionals
[xfstests-dev.git] / src / randholes.c
index b43da81c1fc14c55968a4b0fa4b27d830870ee00..545ee8edc7ecd743695f3ae977b76389ec3f8a08 100644 (file)
@@ -54,13 +54,8 @@ static int test;
  * F_FSGETXATTR (Irix).
  *
  */
-#ifdef __sgi__ /* Irix */
-#  define xfscntl(filename, fd, cmd, arg) \
-               fcntl((fd), F_ ## cmd, (arg))
-#else  /* ! __sgi__ */
 #  define xfscntl(filename, fd, cmd, arg) \
                xfsctl((filename), (fd), XFS_IOC_ ## cmd, (arg))
-#endif /* ! __sgi__ */
 
 static void
 usage(char *progname)