Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/25/1999 02:33:38
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Jul 25 09:33:38 UTC 1999

Modified Files:
	basesrc/usr.sbin/ypserv/common: ypdb.c

Log Message:
because the ypserv struct datum and the db(3) struct DBT are not exactly
the same (datum is { char *, int }, DBT is { void *, size_t /* u_int */ }),
copy info to appropriate temporary variables before calling underlying
db(3) operations.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/usr.sbin/ypserv/common/ypdb.c

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