Displaying 2 results from an estimated 2 matches for "c057e193d".
2017 Sep 18
0
[PATCH 2/5] Make sure every *.ml file has a corresponding *.mli file.
...this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *)
+
+(* Nothing is exported. *)
diff --git a/sysprep/sysprep_operation_abrt_data.mli b/sysprep/sysprep_operation_abrt_data.mli
new file mode 100644
index 000000000..c057e193d
--- /dev/null
+++ b/sysprep/sysprep_operation_abrt_data.mli
@@ -0,0 +1,19 @@
+(* virt-sysprep
+ * Copyright (C) 2017 Red Hat Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Softwa...
2017 Sep 18
6
[PATCH 0/5] Fix OCaml dependencies.
This works reliably for me ...
Rich.