Move extern int h_errno; to protos.H

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@664 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1996-08-22 11:59:23 +00:00
parent bd0dcd7894
commit 8367da7fd3
2 changed files with 4 additions and 5 deletions

View File

@@ -44,8 +44,6 @@
#include <sys/mman.h>
#endif
extern int h_errno;
#include "ftp_var.h"
#include "extern.h"
#include "common.h"

View File

@@ -22,14 +22,15 @@ RCSID("$Id$");
#include <signal.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#ifdef HAVE_RESOLV_H
#include <resolv.h>
#endif
#ifdef HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif
#ifdef HAVE_RESOLV_H
#include <resolv.h>
#endif
#include <krb.h>
#include <kafs.h>