From owner-freebsd-questions@FreeBSD.ORG Sat Feb 18 17:48:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D8B616A420 for ; Sat, 18 Feb 2006 17:48:42 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id C909243D46 for ; Sat, 18 Feb 2006 17:48:41 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id k1IHmftr017773; Sat, 18 Feb 2006 09:48:41 -0800 (PST) Received: from [192.168.1.3] (pool-68-160-251-207.ny325.east.verizon.net [68.160.251.207]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id k1IHmcgW003003 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 18 Feb 2006 09:48:40 -0800 (PST) Message-ID: <43F75DF6.3050903@mac.com> Date: Sat, 18 Feb 2006 12:48:38 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd@voidmain.net References: <43F68C7D.9010403@voidmain.net> <1140233843.982.21.camel@chaucer.jeays.ca> <43F74361.90109@voidmain.net> In-Reply-To: <43F74361.90109@voidmain.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: getline function X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2006 17:48:42 -0000 Tom Grove wrote: > Mike Jeays wrote: [ ... ] > That works and I had looked into that earlier...it seems like it does a > lot more than just one function from the man page. I guess I can use > that for now but I wonder why getline() is broken in gcc on FreeBSD? getline() is not part of the standard C library. What makes you think gcc is broken...? -- -Chuck