blob: 4912922c247b7d6f858cb94e1a6d2240e5baa758 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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 {
|