ref: ee083495c3b07984054ed9954cd1e7428ca4c470
parent: 4700e18aeacd08e6c4eeabc5be695f1d6f9f1fbb
author: mkf <mkf@cloud9p.org>
date: Tue May 7 08:16:45 EDT 2024
srv: fix build
--- a/srv.c
+++ b/srv.c
@@ -241,7 +241,7 @@
proc_put(char *s)
{
char *xpos, *ypos;
- unsigned int x, y;
+ unsigned int x, y, r;
xpos = strtok(s, " ");
ypos = strtok(nil, " ");