Commit 7c4d1bc
committed
fix: use portable MetadataExt::uid() instead of st_uid()
The st_uid() method is from std::os::linux::fs::MetadataExt while
uid() is from std::os::unix::fs::MetadataExt which is portable
across all Unix platforms.
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: Paolo Dettori <dettori@us.ibm.com>1 parent 2a6482d commit 7c4d1bc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1878 | 1878 | | |
1879 | 1879 | | |
1880 | 1880 | | |
1881 | | - | |
| 1881 | + | |
1882 | 1882 | | |
1883 | 1883 | | |
1884 | 1884 | | |
| |||
0 commit comments