Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: source-changes
Date: 10/08/1998 19:45:34
Module Name:	src
Committed By:	erh
Date:		Fri Oct  9 02:45:34 UTC 1998

Modified Files:
	src/bin/ksh: syn.c
Log Message:
Initialize the correct fields when creating an empty command.  Fixes bug where a function with no body ( e.g. "testfun () ;" ) would cause ksh to segfault when it was called.