wm: teppich

Download patch

ref: 7080ed471683d165094e954d12448f827bd2c22f
parent: 9dac81378cbc59c2f4c556aad25a610419f62135
author: mkf <mkf@cloud9p.org>
date: Tue Nov 28 07:54:23 EST 2023

user.h: add hostowner (adam) user

--- a/include/user.h
+++ b/include/user.h
@@ -5,4 +5,11 @@
 	char *pass;
 }user_t;
 
-user_t cuser;
+static user_t cuser;
+
+static user_t adam =
+{
+	.id = 1,
+	.name = "adam",
+	.pass = "",
+};