CVS commit: src/common/lib/libc/net

2012-03-21 Thread Havard Eidnes
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

CVS commit: src/common/lib/libc/net

2011-07-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 4 21:29:16 UTC 2011 Modified Files: src/common/lib/libc/net: htonl.c htons.c ntohl.c ntohs.c Log Message: ANSIfy To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/net/htonl.c \