pkgsrc/graphics/urt/patches/patch-ax
joerg 7f721af138 Fix errno. On DragonFly, initialise the rle_dflt_hdr at runtime with
stdout, it can't be computed at link time.
2006-05-11 14:46:35 +00:00

13 lines
306 B
Text

$NetBSD: patch-ax,v 1.1 2006/05/11 14:46:35 joerg Exp $
--- cnv/wasatchrle.c.orig 2006-05-11 14:25:44.000000000 +0000
+++ cnv/wasatchrle.c
@@ -32,8 +32,6 @@
#include <errno.h>
#include "rle.h"
-extern int errno;
-
/* "short" in our world is 16 bits. Beware of swyte-bopping. */
struct was_head {