Subject: CVS commit: src/usr.bin/find
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 01/30/2003 12:49:07
Module Name: src
Committed By: jhawk
Date: Thu Jan 30 10:49:06 UTC 2003
Modified Files:
src/usr.bin/find: function.c
Log Message:
Obey preceding - and + on -user when a numeric uid is specified (only).
Our behavior is now consistent with Solaris, and more useful than previous.
Unfortunately we end up strtol()-ing twice (once via atoi()) to avoid
changing find_parsenum().
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/usr.bin/find/function.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.