Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/20/1999 14:10:08
Module Name:	src
Committed By:	thorpej
Date:		Sat Feb 20 22:10:07 UTC 1999

Modified Files:
	src/usr.sbin/mailwrapper: Makefile mailwrapper.c
Log Message:
- Rewrite to use fparseln(), strspn(), strsep().  Avoids statically-sized
buffers and allows for line continuation.
- Use __progname instead of chopping argv[0] into a statically-sized
temporary buffer.