wm: 5552

Download patch

ref: 1bdf54041fbe740c98bae75f879678141dc494c9
parent: f1addc2feef11d34311a9baa77ea0bda2bdf928b
author: mkf <mkf@cloud9p.org>
date: Wed Jul 3 08:05:45 EDT 2024

port.h: import

--- /dev/null
+++ b/port.h
@@ -1,0 +1,7 @@
+#ifdef unix
+#include "unix.h"
+#include <string.h> /* strtok */
+#else
+#include <u.h>
+#include <libc.h>
+#endif