$OpenBSD: patch-common_util_mli,v 1.1 2015/08/30 15:56:12 avsm Exp $
--- common/util.mli.orig	Tue Nov 18 11:42:46 2014
+++ common/util.mli	Mon Aug  3 18:07:28 2015
@@ -82,7 +82,7 @@ module Notice : Messages
 *)
 
 (* 
-  include Util.Logging(struct let label = __FILE__ end) ;;
+  include Util.Logging(struct let label = "common/util.mli" end) ;;
 *)
 module Logging :
   functor (X : sig val label : string end) ->
