bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix for lib/same-inode.h for VMS


From: John E. Malmberg
Subject: Fix for lib/same-inode.h for VMS
Date: Fri, 2 Jun 2017 22:47:02 -0500
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

VMS 8.2 and later provide a 64 bit ino_t type when _USE_STD_STAT is defined on the command line.

This patch makes the fallback to the old VMS behavior for only VMS 8.1 and earlier.

This patch also adds an assert to require that VMS programmers have the _USE_STD_STAT defined for VMS 8.2+.

Regards,
-John

Attachment: same-inode_h.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]