diff options
Diffstat (limited to 'graphics/graphviz/files/patch-lib_gvpr_compile.c')
-rw-r--r-- | graphics/graphviz/files/patch-lib_gvpr_compile.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/graphviz/files/patch-lib_gvpr_compile.c b/graphics/graphviz/files/patch-lib_gvpr_compile.c deleted file mode 100644 index 24aa574db381..000000000000 --- a/graphics/graphviz/files/patch-lib_gvpr_compile.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/gvpr/compile.c.orig 2023-09-11 18:30:04 UTC -+++ lib/gvpr/compile.c -@@ -56,7 +56,7 @@ static Sflong_t ptr2int(const void *p) { - - static int iofread(void *chan, char *buf, int bufsize) - { -- return (int)read(fileno(chan), buf, bufsize); -+ return (int)read(fileno((FILE *)chan), buf, bufsize); - } - - static int ioputstr(void *chan, const char *str) |