The source project of this merge request has been removed.
Fix DiskStatistics on OpenBSD
DiskStatistics in internal/service/server uses unix.Statfs to determine available storage space. Since the fields of unix.Statfs_t on OpenBSD have different names than on other Unices, a platform-specific implementation is necessary.