Subject: PR/26860 CVS commit: src/usr.bin/sort
To: None <jdolecek@NetBSD.org, gnats-admin@netbsd.org,>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: netbsd-bugs
Date: 10/23/2006 19:15:08
The following reply was made to PR bin/26860; it has been noted by GNATS.

From: Jaromir Dolecek <jdolecek@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/26860 CVS commit: src/usr.bin/sort
Date: Mon, 23 Oct 2006 19:11:46 +0000 (UTC)

 Module Name:	src
 Committed By:	jdolecek
 Date:		Mon Oct 23 19:11:46 UTC 2006
 
 Modified Files:
 	src/usr.bin/sort: sort.c
 
 Log Message:
 use F_OK instead of 0 for second parameter of access(2)
 
 part of PR bin/26860 by Michael van Elst
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.41 -r1.42 src/usr.bin/sort/sort.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.