Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 12/08/1998 06:00:25
Module Name:	src
Committed By:	drochner
Date:		Tue Dec  8 14:00:25 UTC 1998

Modified Files:
	src/include: regex.h
	src/lib/libc/regex: engine.c
Log Message:
regoff_t is used like size_t within the code, it should be defined
so instead of off_t. This makes some casts unnecessary.
We can't change the definition now due to binary compatibility, so
prepare for the next libc major version.