From owner-cvs-src@FreeBSD.ORG Thu May 8 20:05:31 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 6A33E106567F; Thu, 8 May 2008 20:05:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 411E98FC13; Thu, 8 May 2008 20:05:31 +0000 (UTC) (envelope-from jhb@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 m48K5Vnk090396; Thu, 8 May 2008 20:05:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m48K5Uts090395; Thu, 8 May 2008 20:05:30 GMT (envelope-from jhb) Message-Id: <200805082005.m48K5Uts090395@repoman.freebsd.org> From: John Baldwin Date: Thu, 8 May 2008 20:05:30 +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/lib/libftpio ftpio.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: Thu, 08 May 2008 20:05:31 -0000 jhb 2008-05-08 20:05:30 UTC FreeBSD src repository Modified files: lib/libftpio ftpio.c Log: Don't set the _file member of the FILE when opening a FTP connection. Nothing in libftpio uses _file, and the only consumer in the tree (sysinstall) doesn't invoke fileno() on the FILE. MFC after: 2 months Revision Changes Path 1.47 +0 -1 src/lib/libftpio/ftpio.c