Module Name: src Committed By: joerg Date: Fri Jan 20 00:25:29 UTC 2012
Modified Files: src/sys/lib/libkern: Makefile.libkern src/sys/sys: socket.h Log Message: Don't use __cmsg_alignbytes in the kernel. Mark it as constant function for userland as its value never changes. This allows the compiler to optimise most invocations away. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/lib/libkern/Makefile.libkern cvs rdiff -u -r1.101 -r1.102 src/sys/sys/socket.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.