Subject: CVS commit: [netbsd-1-6] basesrc/bin/cat
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/11/2002 18:45:26
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Jun 11 15:45:26 UTC 2002

Modified Files:
	basesrc/bin/cat [netbsd-1-6]: cat.c

Log Message:
Pull up revision 1.32 (requested by mason in ticket #243):
Add -l option to cat(1), as discussed on tech-userlevel. This option
causes cat(1) to use fcntl(2) to set an exclusive advisory lock on stdout.
While being useful in its own right, this will shortly be used to
guarantee orderly writing to METALOG in the case of unprivileged builds
with NBUILDJOBS > 1.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.31.2.1 basesrc/bin/cat/cat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.