12 lines
349 B
Text
12 lines
349 B
Text
$NetBSD: patch-aa,v 1.3 2005/12/30 13:01:57 joerg Exp $
|
|
|
|
--- ext/fcgi/fcgi.c.orig 2005-12-30 12:59:27.000000000 +0000
|
|
+++ ext/fcgi/fcgi.c
|
|
@@ -164,7 +164,6 @@ static VALUE fcgi_finish(VALUE self)
|
|
|
|
#define CHECK_STREAM_ERROR(stream) {\
|
|
int err = FCGX_GetError(stream);\
|
|
- extern int errno; \
|
|
if (err) {\
|
|
if (err > 0) {\
|
|
errno = err;\
|