Added bootstrap and uninstall target
[ocaml-bitstring.git] / cil-tools / task_struct.ml
index 763c718..db0596e 100644 (file)
@@ -1,7 +1,7 @@
 (* This is an example program using an imported C structure.
  *
  * The Linux process table entry structure is imported from
- * <linux/sched.h> via "task_struct.c" by the bitmatch-import-c
+ * <linux/sched.h> via "task_struct.c" by the bitstring-import-c
  * program, and saved as "task_struct.bmpp".
  *
  * Then we can load "task_struct.bmpp" here.
@@ -13,5 +13,5 @@ open bitmatch "task_struct.bmpp"
 
 (*
 let () =
-  let bits = Bitmatch.bitstring_of_file "examples/ext3_sb" in
+  let bits = Bitstring.bitstring_of_file "examples/ext3_sb" in
 *)