@@ -84,7 +84,7 @@ command(
dbprintf(_(" arguments\n"));
return 0;
}
- platform_getoptreset();
+ getoptreset();
return ct->cfunc(argc, argv);
}
@@ -74,7 +74,7 @@ static __inline__ int test_xfs_path(const char *path)
return (statfsbuf.f_type == 0x58465342); /* XFSB */
}
-static __inline__ void platform_getoptreset(void)
+static __inline__ void getoptreset(void)
{
extern int optind;
optind = 0;
@@ -92,7 +92,7 @@ command(
argc-1, cmd, ct->argmin, ct->argmax);
return 0;
}
- platform_getoptreset();
+ getoptreset();
return ct->cfunc(argc, argv);
}