Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/01/1998 12:14:05
Module Name:	src
Committed By:	thorpej
Date:		Tue Dec  1 20:14:05 UTC 1998

Modified Files:
	src/lib/libc/gen: __glob13.c
Log Message:
Warn about references to the old glob functions, and direct the user to
include <glob.h> to generate the correct references.

Suggestion from Christoph Badura.