CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2013/11/01 14:09:14
Modified files: sys/net : rtsock.c Log message: The old routing messages compatibility code did not work on strict alignment architectures. Use m_copydata() instead of mtod(). OK deraadt@