From owner-cvs-usrbin Sun Apr 7 05:58:25 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA10680 for cvs-usrbin-outgoing; Sun, 7 Apr 1996 05:58:25 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA10666 Sun, 7 Apr 1996 05:58:15 -0700 (PDT) Date: Sun, 7 Apr 1996 05:58:15 -0700 (PDT) From: Bruce Evans Message-Id: <199604071258.FAA10666@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/find function.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 05:58:14 Modified: usr.bin/find function.c Log: Use strtoq() instead of strtol() so that large inums, and sizes can be specified. Not fixed: specification of large uids and gids; silent truncation of unrepresentable values. Revision Changes Path 1.7 +4 -4 src/usr.bin/find/function.c