summaryrefslogtreecommitdiff
path: root/examples/hello_superfs/fsck_superfs/fsck_superfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_superfs/fsck_superfs/fsck_superfs.c')
-rw-r--r--examples/hello_superfs/fsck_superfs/fsck_superfs.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/hello_superfs/fsck_superfs/fsck_superfs.c b/examples/hello_superfs/fsck_superfs/fsck_superfs.c
new file mode 100644
index 0000000..d45d5b7
--- /dev/null
+++ b/examples/hello_superfs/fsck_superfs/fsck_superfs.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main (int argc, char **argv)
+{
+ puts ("fsck fake");
+ return 0;
+}