Import ncpfs 2.2.5

This commit is contained in:
ncpfs archive import
2026-04-28 20:40:00 +02:00
parent ef8405088b
commit b48389be22
47 changed files with 2018 additions and 1074 deletions

View File

@@ -52,7 +52,7 @@ static inline void ncp_add_queue_job(struct ncp_conn *conn, const struct nw_queu
conn->current_point += sizeof(*j);
}
static inline void ncp_reply_queue_entry(struct nw_queue_job_entry *j, const void * reply, size_t replys) {
static void ncp_reply_queue_entry(struct nw_queue_job_entry *j, const void * reply, size_t replys) {
memcpy(j, reply, replys);
if (replys < sizeof(*j)) {
unsigned char * v = (unsigned char*)j;