Files
riscv64-kernel/patches.sed
2026-03-17 21:33:34 +01:00

8 lines
294 B
Sed

s|crate::bstr::ByteStr|alloc::bstr::ByteStr|g
s|crate::collections::TryReserveError|alloc::collections::TryReserveError|g
s|crate::sync::Arc|alloc::sync::Arc|g
/target_os = "xous",/a \ target_os = "survos",
# Ajouter d'autres modifications facilement ici :
# s|ancien_texte|nouveau_texte|g