<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-legacy-support.

</pre>
<p><a href="https://github.com/macports/macports-legacy-support/commit/81d0629163bbce76abe60ea7158fb0feb6c1ef3a">https://github.com/macports/macports-legacy-support/commit/81d0629163bbce76abe60ea7158fb0feb6c1ef3a</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 81d0629  test_utimensat.c: tweak system blocker
</span>81d0629 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 81d0629163bbce76abe60ea7158fb0feb6c1ef3a
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Tue Mar 16 16:19:20 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    test_utimensat.c: tweak system blocker
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    on-system testing shows this test adjustment is needed for Tiger but apparently not Leopard.
</span>---
 test/test_utimensat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/test/test_utimensat.c b/test/test_utimensat.c
</span><span style='display:block; white-space:pre;color:#808080;'>index 40dd504..74ad169 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/test/test_utimensat.c
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/test/test_utimensat.c
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -187,7 +187,7 @@ T_DECL(utimensat, "Try various versions of utimensat")
</span>   int fd, ret = EXIT_SUCCESS;
        struct bug_for_bug mtime_omit = {
                                          5,
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1060
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1050
</span>   /*
         * Older OS X versions do not seem to exhibit this bug.
         *
</pre><pre style='margin:0'>

</pre>