diff options
author | Craig A. Berry <craigberry@mac.com> | 2005-12-13 17:27:48 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2005-12-13 17:27:48 +0000 |
commit | 91757a49c54a501fc90d7a61bceb78a9cbc4063b (patch) | |
tree | f06e336470c572bd49fb13d4bc59e8df667507dd | |
parent | 3d6051c43ae7bc59ab425f89d7f16abcb92c757e (diff) | |
download | perl-91757a49c54a501fc90d7a61bceb78a9cbc4063b.tar.gz |
Don't include utime.h in vms.c -- it collides with
homegroun definitions in vmsish.h.
p4raw-id: //depot/perl@26344
-rw-r--r-- | vms/vms.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -47,9 +47,6 @@ #include <uicdef.h> #include <stsdef.h> #include <rmsdef.h> -#if __CRTL_VER >= 70300000 && !defined(__VAX) -#include <utime.h> -#endif /* Set the maximum filespec size here as it is larger for EFS file * specifications. |