From owner-cvs-all Fri May 24 1:56:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F37DE37B403; Fri, 24 May 2002 01:56:49 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4O8un328902; Fri, 24 May 2002 01:56:49 -0700 (PDT) (envelope-from tjr) Message-Id: <200205240856.g4O8un328902@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 24 May 2002 01:56:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/paste paste.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/24 01:56:49 PDT Modified files: usr.bin/paste paste.c Log: Use fgetln(3) to handle lines of unlimited length instead of a getc/putc loop. Suggested by: dd Revision Changes Path 1.13 +15 -15 src/usr.bin/paste/paste.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message