From owner-cvs-all Wed Jun 17 05:59:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16642 for cvs-all-outgoing; Wed, 17 Jun 1998 05:59:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA16635; Wed, 17 Jun 1998 05:59:46 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA01468; Wed, 17 Jun 1998 05:58:45 -0700 (PDT) Date: Wed, 17 Jun 1998 05:58:45 -0700 (PDT) Message-Id: <199806171258.FAA01468@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/xargs xargs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/17 05:58:44 PDT Modified files: usr.bin/xargs xargs.c Log: Remove compile time dependency on ARG_MAX. This fix only removes the dependency on compile time constants. The code has other (old) problems that need to be addressed. PR: 1791 Reviewed-by: bde, tegge Revision Changes Path 1.6 +5 -3 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message