From owner-cvs-all@FreeBSD.ORG Sat Apr 7 16:02:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0759116A404; Sat, 7 Apr 2007 16:02:32 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D552A13C484; Sat, 7 Apr 2007 16:02:31 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l37G2V9A066807; Sat, 7 Apr 2007 16:02:31 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l37G2V1c066806; Sat, 7 Apr 2007 16:02:31 GMT (envelope-from pjd) Message-Id: <200704071602.l37G2V1c066806@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 7 Apr 2007 16:02:31 +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/sys/sys unistd.h 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, 07 Apr 2007 16:02:32 -0000 pjd 2007-04-07 16:02:30 UTC FreeBSD src repository Modified files: include stdio.h sys/sys unistd.h Log: - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here. - Only define SEEK_DATA and SEEK_HOLE in sys/unistd.h when neither _POSIX_SOURCE nor _XOPEN_SOURCE is defined. Pointed out by: bde, ache Revision Changes Path 1.60 +0 -6 src/include/stdio.h 1.48 +2 -0 src/sys/sys/unistd.h