Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Dan Winship <danw@netbsd.org>
List: source-changes
Date: 02/05/2000 11:14:58
Module Name:	basesrc
Committed By:	danw
Date:		Sat Feb  5 19:14:58 UTC 2000

Modified Files:
	basesrc/lib/libwrap: tcpd.h

Log Message:
#include <stdio.h> to cover the use of "FILE *" in one of the prototypes.
(The stock tcpd.h doesn't have prototypes, and some third-party code assumes
it can include tcpd.h without stdio.h.)


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/lib/libwrap/tcpd.h

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