diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-26 08:03:36 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-26 08:03:36 +0000 |
commit | a3ef2c6f736628e81e9ce2a07226bd754872ac62 (patch) | |
tree | d02e7630758eddf61148ab74b7da0ee1e8a881b2 /vms/sockadapt.h | |
parent | b53966b714702582c174d65358b25d017375948b (diff) | |
download | perl-a3ef2c6f736628e81e9ce2a07226bd754872ac62.tar.gz |
VMS patch (from Peter Prymmer)
p4raw-id: //depot/perl@5271
Diffstat (limited to 'vms/sockadapt.h')
-rw-r--r-- | vms/sockadapt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/sockadapt.h b/vms/sockadapt.h index 0ff309ab9a..97a49f8917 100644 --- a/vms/sockadapt.h +++ b/vms/sockadapt.h @@ -35,7 +35,7 @@ void setservent(int); void endservent(void); #endif -# if defined(__DECC) && defined(__DECC_VER) && (__DECC_VER >= 50200000) +# if defined(__DECC) && defined(__DECC_VER) && (__DECC_VER >= 50200000) && !defined(Sock_size_t) # define Sock_size_t unsigned int # endif |