Subject: CVS commit: src/lib/libc/net
To: None <source-changes@NetBSD.org>
From: Takahiro Kambe <taca@netbsd.org>
List: source-changes
Date: 02/25/2004 06:28:10
Module Name:	src
Committed By:	taca
Date:		Wed Feb 25 06:28:10 UTC 2004

Modified Files:
	src/lib/libc/net: getprotoent_r.c getservent_r.c

Log Message:
Semantic fix for allocation size for malloc() and realloc() previously
modified.  Allocation unit isn't sizeof(char **) but sizeof(char *).

Noted by Geoff Wing.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/net/getprotoent_r.c \
    src/lib/libc/net/getservent_r.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.