shithub: lwext4

Download patch

ref: d7ff253da29b9e67963089f83160fda5f0c5afeb
parent: 67547995f1a63bb312be700b79cf14740cea7e1a
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Nov 15 12:27:30 EST 2020

use usize

--- a/include/plan9/generated/ext4_config.h
+++ b/include/plan9/generated/ext4_config.h
@@ -12,7 +12,7 @@
 typedef s32int int32_t;
 typedef s64int int64_t;
 
-typedef uintptr size_t;
+typedef usize size_t;
 typedef uintptr ptrdiff_t;
 
 typedef enum { false, true } bool;