blob: 4c32d18d2e1b92e99db6071f51cfaa2e30ed15ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ah,v 1.2 2010/06/08 12:34:38 adam Exp $
--- shared/shared.h.orig 2008-09-16 11:59:58 +0200
+++ shared/shared.h 2010-05-01 21:28:47 +0200
@@ -27,8 +27,6 @@
#include <assert.h>
#include <netdb.h>
-extern int errno; /* just in case */
-
#include "lib.h"
#include "common.h"
#include "config.h"
|