projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11fda8e
)
defined HAVE_HERRNO if necessary
author
ewt
<devnull@localhost>
Mon, 20 Jan 1997 22:34:34 +0000
(22:34 +0000)
committer
ewt
<devnull@localhost>
Mon, 20 Jan 1997 22:34:34 +0000
(22:34 +0000)
CVS patchset: 1328
CVS date: 1997/01/20 22:34:34
ftp.c
patch
|
blob
|
history
diff --git
a/ftp.c
b/ftp.c
index
06cead5
..
7651972
100644
(file)
--- a/
ftp.c
+++ b/
ftp.c
@@
-19,6
+19,10
@@
# include <netinet/in_systm.h>
#endif
+#if ! HAVE_HERRNO
+extern int h_errno;
+#endif
+
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>