pkgsrc/devel/monotone-viz/patches/patch-ac

13 lines
523 B
Text

$NetBSD: patch-ac,v 1.1 2009/02/17 19:16:29 joerg Exp $
--- glib/giochannel.mli.orig 2009-02-17 19:44:51.000000000 +0100
+++ glib/giochannel.mli
@@ -20,7 +20,7 @@ external new_file : string -> string ->
external read_chars : t -> ?off:int -> ?len:int -> string ->
[ `NORMAL of int | `AGAIN | `EOF]
- = "ml_g_io_channel_read_chars"
+ = "my_ml_g_io_channel_read_chars"
(** @raise Error .
@raise Glib.Convert.Error .*)
external write_chars : t -> ?bytes_written:int ref -> ?off:int -> ?len:int -> string ->