pkgsrc-WIP-changes archive

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

bottom: fix the argument io usage argument for netbsd.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Wed Jun 24 14:29:22 2026 +0200
Changeset:	7bb762db398308a77eb9db2426dca0b4db8acebc

Modified Files:
	bottom/distinfo
	bottom/patches/patch-src_collection_disks_netbsd.rs

Log Message:
bottom: fix the argument io usage argument for netbsd.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7bb762db398308a77eb9db2426dca0b4db8acebc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bottom/distinfo                                     | 2 +-
 bottom/patches/patch-src_collection_disks_netbsd.rs | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/bottom/distinfo b/bottom/distinfo
index 0688ed79ad..66994cc615 100644
--- a/bottom/distinfo
+++ b/bottom/distinfo
@@ -691,5 +691,5 @@ BLAKE2s (zmij-1.0.19.crate) = e6857f8f672ab60cba6575bda0b64bfd4898ee7c34cb1f7998
 SHA512 (zmij-1.0.19.crate) = aa191ba286f10d59727981e68f7fb0214d53b02d6c28951e6f16670433cd79abc4615384b3b1e1f74adc81a3f51c15d906fda0340b03938984693332feeac2cc
 Size (zmij-1.0.19.crate) = 23948 bytes
 SHA1 (patch-src_collection_disks.rs) = 6ddb2276a665ef419268e94719a75eefff5e39f5
-SHA1 (patch-src_collection_disks_netbsd.rs) = 07bf336ec347df5eb8a344c11c10041cac674f70
+SHA1 (patch-src_collection_disks_netbsd.rs) = 7888cbc6db17743783375f6a6e59f7fbe90121a8
 SHA1 (patch-src_collection_processes.rs) = 9c6ac1c1402526252ec3559fa64015ed8ee6d8fd
diff --git a/bottom/patches/patch-src_collection_disks_netbsd.rs b/bottom/patches/patch-src_collection_disks_netbsd.rs
index f1bb4052d3..0f01170ad9 100644
--- a/bottom/patches/patch-src_collection_disks_netbsd.rs
+++ b/bottom/patches/patch-src_collection_disks_netbsd.rs
@@ -2,7 +2,7 @@ $NetBSD$
 
 Implement basic disk parsing for NetBSD.
 
---- src/collection/disks/netbsd.rs.orig	2026-04-18 02:12:40.206164770 +0000
+--- src/collection/disks/netbsd.rs.orig	2026-06-24 12:25:02.110444670 +0000
 +++ src/collection/disks/netbsd.rs
 @@ -0,0 +1,50 @@
 +//! Disk stats for NetBSD, parsed from `df -P`.
@@ -12,7 +12,7 @@ Implement basic disk parsing for NetBSD.
 +use super::{DiskHarvest, IoHarvest, keep_disk_entry};
 +use crate::collection::{DataCollector, error::CollectionResult};
 +
-+pub fn get_io_usage() -> CollectionResult<IoHarvest> {
++pub fn get_io_usage(collector: &DataCollector) -> CollectionResult<IoHarvest> {
 +    Ok(HashMap::default())
 +}
 +


Home | Main Index | Thread Index | Old Index