Module Name: src Committed By: apb Date: Sun Apr 18 11:39:39 UTC 2010
Modified Files: src/lib/libc/string: swab.c Log Message: The number of byte pairs to swap is len/2, not len/2+1. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/string/swab.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.