code: plan9front

Download patch

ref: 6f23cfbdecbfb7e833a2dc0d18226471e6a58492
parent: c2b0f9aa695406f0319fa1cb98b7bb7b5dbd7e02
author: adventuresin9 <adventuresin9@gmail.com>
date: Mon Mar 6 10:07:45 EST 2023

endian fix for spim

--- a/spim/include/u.h
+++ b/spim/include/u.h
@@ -55,8 +55,6 @@
 	};
 };
 
-
-
 /* stdarg */
 typedef	char*	va_list;
 #define va_start(list, start) list =\