21 lines
560 B
Text
21 lines
560 B
Text
$NetBSD: patch-ag,v 1.1 2005/12/18 18:01:18 joerg Exp $
|
|
|
|
--- clients/ftp/ftp_var.h.orig 2005-12-18 17:35:23.000000000 +0000
|
|
+++ clients/ftp/ftp_var.h
|
|
@@ -35,6 +35,8 @@
|
|
#ifndef FTP_VAR_H
|
|
#define FTP_VAR_H
|
|
|
|
+#include <errno.h>
|
|
+
|
|
#include "config.h"
|
|
#include "includes.h"
|
|
#include "defs.h"
|
|
@@ -143,7 +145,6 @@ extern char macbuf[4096];
|
|
extern char *tail();
|
|
extern char *remglob();
|
|
extern char *mktemp();
|
|
-extern int errno;
|
|
|
|
#if (defined(COMPAT) || defined(ultrix) || defined(SCO) || defined(__alpha__)) && !defined(__bsdi__)
|
|
typedef void (*_sig_t)();
|