Module Name: src Committed By: he Date: Wed Mar 21 20:02:56 UTC 2012
Modified Files: src/common/lib/libc/net: htonl.c htons.c ntohl.c ntohs.c Log Message: Lint seems to prefer that we cast via (void*) and not directly to (u_char*), so follow suit. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/net/htonl.c \ src/common/lib/libc/net/htons.c src/common/lib/libc/net/ntohl.c \ src/common/lib/libc/net/ntohs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.