allow mkfs arguments to be passed from the env for testing multiple

block sizes.
This commit is contained in:
Nathan Scott
2002-01-20 00:47:43 +00:00
parent a7d6e4ed5c
commit 36d5db422b
30 changed files with 56 additions and 33 deletions
+1
View File
@@ -35,6 +35,7 @@
* using IRIX semantics or Linux semantics
*/
#include <stdlib.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
+2
View File
@@ -31,6 +31,8 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>