blob: 86e88958c07e3453e5ec2877ce9ca969ab1851a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ah,v 1.1 2005/12/20 16:32:16 joerg Exp $
--- src/tls.c.orig 2005-12-20 16:27:32.000000000 +0000
+++ src/tls.c
@@ -33,7 +33,6 @@
#include <limits.h>
#include <time.h>
#include <errno.h>
-extern int errno;
#ifdef HAVE_GNUTLS
#include <gnutls/gnutls.h>
|