CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/08/13 08:59:13
Modified files: sys/netinet : tcp_input.c Log message: In tcp syn cache convert the struct sockaddr casts to satosin() inline functions. They have the advantage to check the old type before casting. OK dlg@