Import ncpfs 0.18

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:57 +02:00
parent 1fa124bd7c
commit d5ac4601b1
14 changed files with 141 additions and 27 deletions

View File

@@ -401,9 +401,8 @@ do_ncp_rpc_call(struct ncp_server *server, int size)
* a null buffer yet. */
sock->ops->recvfrom(sock, (void *)&reply, sizeof(reply), 1, 0,
NULL, &addrlen);
#if 1
printk("ncp_rpc_call: reply mismatch\n");
#endif
DPRINTK("ncp_rpc_call: reply mismatch\n");
goto re_select;
}
/*