remove needless pointer casts

This commit is contained in:
2026-01-06 09:51:03 +01:00
parent 0648f31d4a
commit 58debe99ed
111 changed files with 375 additions and 375 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ MAIN(blockingSockTest)
osiSockAttach();
address addr;
memset ( (char *) & addr, 0, sizeof ( addr ) );
memset ( & addr, 0, sizeof ( addr ) );
addr.ia.sin_family = AF_INET;
addr.ia.sin_addr.s_addr = htonl ( INADDR_LOOPBACK );
addr.ia.sin_port = 0;