summaryrefslogtreecommitdiffstats
path: root/old-tests/device/fill_device.c
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2001-11-09 08:48:22 +0000
committerJoe Thornber <thornber@redhat.com>2001-11-09 08:48:22 +0000
commit4f0a4a6a7a13e3c24360a54813208397fbb6c218 (patch)
treed21ba584f714a819d086fcbc48fa1d6772cf51bc /old-tests/device/fill_device.c
parent94b8220f6a33738fab26544936b3e40b3448fa29 (diff)
downloadlvm2-4f0a4a6a7a13e3c24360a54813208397fbb6c218.tar.gz
lvm2-4f0a4a6a7a13e3c24360a54813208397fbb6c218.tar.xz
lvm2-4f0a4a6a7a13e3c24360a54813208397fbb6c218.zip
sync only, not ready yet
Diffstat (limited to 'old-tests/device/fill_device.c')
-rw-r--r--old-tests/device/fill_device.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/old-tests/device/fill_device.c b/old-tests/device/fill_device.c
new file mode 100644
index 00000000..65ad966e
--- /dev/null
+++ b/old-tests/device/fill_device.c
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2001 Sistina Software (UK) Limited
+ *
+ * This file is released under the GPL.
+ */
+
+#include "device.h"
+#include "random.h"
+
+#include <stdio.h>
+
+
+
+
+int main(int argc, char **argv)
+{
+
+}