From owner-cvs-all@FreeBSD.ORG Sat May 3 20:09:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38AE1106566C; Sat, 3 May 2008 20:09:45 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFEF68FC1C; Sat, 3 May 2008 20:09:44 +0000 (UTC) (envelope-from marcel@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 m43K9iMf028541; Sat, 3 May 2008 20:09:44 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m43K9ifM028540; Sat, 3 May 2008 20:09:44 GMT (envelope-from marcel) Message-Id: <200805032009.m43K9ifM028540@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 3 May 2008 20:09:44 +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/include stdio.h src/lib/libc/stdio stdio.c src/lib/libftpio ftpio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 20:09:45 -0000 marcel 2008-05-03 20:09:44 UTC FreeBSD src repository Modified files: include stdio.h lib/libc/stdio stdio.c lib/libftpio ftpio.c Log: Unbreak build: libftpio gropes inside struct __sFILE. Implement accessor functions for its benefit now thaat FILE is opaque. I'm sure there's a better way. I leave that for people to work on in a src tree that isn't broken. Pointy hat: jhb Revision Changes Path 1.68 +3 -0 src/include/stdio.h 1.26 +14 -0 src/lib/libc/stdio/stdio.c 1.45 +11 -19 src/lib/libftpio/ftpio.c