blob: 797e16e4adf3d837daf034edbd4d2b6b0c5936a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.3 2006/08/30 14:55:00 adam Exp $
--- Source/GSHTTPURLHandle.m.orig 2006-07-18 17:45:35.000000000 +0200
+++ Source/GSHTTPURLHandle.m
@@ -1254,8 +1254,6 @@ static void debugWrite(GSHTTPURLHandle *
}
if (sock == nil)
{
- extern int errno;
-
/*
* Tell superclass that the load failed - let it do housekeeping.
*/
|