In the upstream version I added the suggestion of explicitly including errno.h as done in many other files.
13 lines
386 B
Text
13 lines
386 B
Text
$NetBSD: patch-ae,v 1.1 2005/10/13 14:00:51 joerg Exp $
|
|
|
|
--- Source/GSFTPURLHandle.m.orig 2005-07-22 17:30:35.000000000 +0000
|
|
+++ Source/GSFTPURLHandle.m
|
|
@@ -972,8 +972,6 @@ static NSLock *urlLock = nil;
|
|
protocol: @"tcp"];
|
|
if (sock == nil)
|
|
{
|
|
- extern int errno;
|
|
-
|
|
/*
|
|
* Tell superclass that the load failed - let it do housekeeping.
|
|
*/
|