diff options
author | Jonathan Hudson <Jonathan.Hudson@jrhudson.demon.co.uk> | 1997-05-01 14:20:23 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-05-16 10:15:00 +1200 |
commit | d27fe803587dd19cb1812b267492c364c09580fa (patch) | |
tree | 46e9d12720dc8363adff79d093b8ba9c28e3d279 /vms/sockadapt.h | |
parent | 08a33705b59993dadda44188f87779b8404429f4 (diff) | |
download | perl-d27fe803587dd19cb1812b267492c364c09580fa.tar.gz |
VMS update, including socket support (four patches)
Signed-off-by: Peter Prymmer <pvhp@forte.com>
Signed-off-by: Dan Sugalski <sugalsd@lbcc.cc.or.us>
Diffstat (limited to 'vms/sockadapt.h')
-rw-r--r-- | vms/sockadapt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vms/sockadapt.h b/vms/sockadapt.h index d7f7cdc376..f24faea475 100644 --- a/vms/sockadapt.h +++ b/vms/sockadapt.h @@ -32,6 +32,9 @@ void endprotoent(void); void setservent(int); void endservent(void); +# if defined(__DECC) && defined(__DECC_VER) && (__DECC_VER >= 50200000) +# define Sock_size_t unsigned int +# endif #else /* Pull in SOCKETSHR's header, and set up structures for |