From owner-cvs-src@FreeBSD.ORG Fri Feb 8 23:04:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1B7F16A46C; Fri, 8 Feb 2008 23:04:13 +0000 (UTC) (envelope-from ghelmer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C52C113C4CC; Fri, 8 Feb 2008 23:04:13 +0000 (UTC) (envelope-from ghelmer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m18N4DhL017745; Fri, 8 Feb 2008 23:04:13 GMT (envelope-from ghelmer@repoman.freebsd.org) Received: (from ghelmer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m18N4Dld017744; Fri, 8 Feb 2008 23:04:13 GMT (envelope-from ghelmer) Message-Id: <200802082304.m18N4Dld017744@repoman.freebsd.org> From: Guy Helmer Date: Fri, 8 Feb 2008 23:04:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/uniq uniq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2008 23:04:14 -0000 ghelmer 2008-02-08 23:04:13 UTC FreeBSD src repository Modified files: usr.bin/uniq uniq.c Log: Fix truncation of lines at LINE_MAX characters by dynamically extending line buffers. PR: bin/76578 Revision Changes Path 1.30 +61 -15 src/usr.bin/uniq/uniq.c