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

</pre>
<p><a href="https://github.com/macports/macports-legacy-support/commit/6792d7e8faf9fb98469e53c517abfd6c5e60805d">https://github.com/macports/macports-legacy-support/commit/6792d7e8faf9fb98469e53c517abfd6c5e60805d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6792d7e8faf9fb98469e53c517abfd6c5e60805d
</span>Author: Fred Wright <fw@fwright.net>
AuthorDate: Wed May 7 18:56:09 2025 -0700

<span style='display:block; white-space:pre;color:#404040;'>    fsgetpath.h: Add missing typedef.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Allow this header to be included without a prior typedef for fsid_t.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    TESTED:
</span><span style='display:block; white-space:pre;color:#404040;'>    All versions of the allheaders test now pass.
</span><span style='display:block; white-space:pre;color:#404040;'>    No fsgetpath test exists at this time.
</span>---
 include/sys/fsgetpath.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/include/sys/fsgetpath.h b/include/sys/fsgetpath.h
</span><span style='display:block; white-space:pre;color:#808080;'>index 1b8909e..117ab29 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/include/sys/fsgetpath.h
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/include/sys/fsgetpath.h
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,5 @@
</span> /*
<span style='display:block; white-space:pre;background:#ffe0e0;'>- * Copyright (c) 2019
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * Copyright (c) 2025
</span>  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +31,7 @@
</span> #if __MPLS_SDK_SUPPORT_FSGETPATH__
 
 __MP__BEGIN_DECLS
<span style='display:block; white-space:pre;background:#e0ffe0;'>+typedef struct fsid fsid_t;
</span> extern ssize_t fsgetpath(char * __restrict buf, size_t bufsize, fsid_t* fsid, uint64_t objid);
 __MP__END_DECLS
 
</pre><pre style='margin:0'>

</pre>