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/18/1995 14:10:05
jtc
Tue Apr 18 14:02:48 EDT 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv481

Modified Files:
	types.h 
Log Message:
Added prototypes for truncate() and ftruncate() along side the
prototype for lseek().

This *hack* should allow programs that use long instead of off_t for
file offsets and don't include <unistd.h> to work.