summaryrefslogtreecommitdiff
path: root/nanoftp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-29 20:21:47 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-29 20:21:47 +0000
commitacf7ff0a658ad8c213cc87763f4ab48124459587 (patch)
tree65c9d70fe874afb47b827716e53bee31e3b6ed4b /nanoftp.c
parent635ef72a94db9f647dcff11d33f50115564ce091 (diff)
downloadlibxml2-acf7ff0a658ad8c213cc87763f4ab48124459587.tar.gz
a few VMS updates from John A Fotheringham added
* vms/readme.vms vms/build_libxml.com nanoftp.c include/libxml/xmlversion.h.in: a few VMS updates from John A Fotheringham * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks() and xmlCleanupOutputCallbacks() for the Perl binding people. Daniel
Diffstat (limited to 'nanoftp.c')
-rw-r--r--nanoftp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nanoftp.c b/nanoftp.c
index 8fd0d558..c7d76c7d 100644
--- a/nanoftp.c
+++ b/nanoftp.c
@@ -75,6 +75,9 @@
#define closesocket(s) close(s)
#define SOCKET int
#endif
+#if defined(VMS) || defined(__VMS)
+#define SOCKLEN_T unsigned int
+#endif
#define FTP_COMMAND_OK 200
#define FTP_SYNTAX_ERROR 500