Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/29/1995 23:30:05
cgd
Sat Apr 29 23:28:20 EDT 1995
Update of /a/cvsroot/src/usr.bin/file
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9839

Modified Files:
	apprentice.c 
Log Message:
kill an apparently-bogus ampersand.  it made a char ** into a char ***,
which was an incompatible pointer type for the usage.
This is either a bug, or it should have been cast and explained.