summaryrefslogtreecommitdiff
path: root/astro/gpxloggerd
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2025-09-17 13:51:50 +0200
committerPiotr Kubaj <pkubaj@FreeBSD.org>2025-09-18 06:13:21 +0200
commit48633f8f820d201253e15d76563981c88a32d2a6 (patch)
tree23b84d0a2fd69e2da1ecdfc5576aa6f1c3c52476 /astro/gpxloggerd
parentmath/R-cran-survey: Update to 4.4.8 (diff)
sysutils/bottom: fix build on ARM / POWERHEADmain
error[E0308]: mismatched types --> src/collection/processes/unix/process_ext.rs:186:40 | 186 | const SIDL: u8 = assert_u8(libc::SIDL); | --------- ^^^^^^^^^^ expected `i8`, found `u8` | | | arguments to this function are incorrect | note: function defined here --> src/collection/processes/unix/process_ext.rs:182:22 | 182 | const fn assert_u8(val: i8) -> u8 { | ^^^^^^^^^ ------- error[E0308]: mismatched types --> src/collection/processes/unix/process_ext.rs:187:40 | 187 | const SRUN: u8 = assert_u8(libc::SRUN); | --------- ^^^^^^^^^^ expected `i8`, found `u8` | | | arguments to this function are incorrect | note: function defined here --> src/collection/processes/unix/process_ext.rs:182:22 | 182 | const fn assert_u8(val: i8) -> u8 { | ^^^^^^^^^ ------- error[E0308]: mismatched types --> src/collection/processes/unix/process_ext.rs:188:42 | 188 | const SSLEEP: u8 = assert_u8(libc::SSLEEP); | --------- ^^^^^^^^^^^^ expected `i8`, found `u8` | | | arguments to this function are incorrect | note: function defined here --> src/collection/processes/unix/process_ext.rs:182:22 | 182 | const fn assert_u8(val: i8) -> u8 { | ^^^^^^^^^ ------- error[E0308]: mismatched types --> src/collection/processes/unix/process_ext.rs:189:41 | 189 | const SSTOP: u8 = assert_u8(libc::SSTOP); | --------- ^^^^^^^^^^^ expected `i8`, found `u8` | | | arguments to this function are incorrect | note: function defined here --> src/collection/processes/unix/process_ext.rs:182:22 | 182 | const fn assert_u8(val: i8) -> u8 { | ^^^^^^^^^ ------- error[E0308]: mismatched types --> src/collection/processes/unix/process_ext.rs:190:41 | 190 | const SZOMB: u8 = assert_u8(libc::SZOMB); | --------- ^^^^^^^^^^^ expected `i8`, found `u8` | | | arguments to this function are incorrect | note: function defined here --> src/collection/processes/unix/process_ext.rs:182:22 | 182 | const fn assert_u8(val: i8) -> u8 { | ^^^^^^^^^ ------- error[E0308]: mismatched types --> src/collection/processes/unix/process_ext.rs:191:41 | 191 | const SWAIT: u8 = assert_u8(libc::SWAIT); | --------- ^^^^^^^^^^^ expected `i8`, found `u8` | | | arguments to this function are incorrect | note: function defined here --> src/collection/processes/unix/process_ext.rs:182:22 | 182 | const fn assert_u8(val: i8) -> u8 { | ^^^^^^^^^ ------- error[E0308]: mismatched types --> src/collection/processes/unix/process_ext.rs:192:41 | 192 | const SLOCK: u8 = assert_u8(libc::SLOCK); | --------- ^^^^^^^^^^^ expected `i8`, found `u8` | | | arguments to this function are incorrect | note: function defined here --> src/collection/processes/unix/process_ext.rs:182:22 | 182 | const fn assert_u8(val: i8) -> u8 { | ^^^^^^^^^ -------
Diffstat (limited to 'astro/gpxloggerd')
0 files changed, 0 insertions, 0 deletions