From owner-freebsd-questions@FreeBSD.ORG Sun Dec 28 04:04:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C30EE1065670 for ; Sun, 28 Dec 2008 04:04:00 +0000 (UTC) (envelope-from mmitar@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 7AE438FC12 for ; Sun, 28 Dec 2008 04:04:00 +0000 (UTC) (envelope-from mmitar@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so2199006ywe.13 for ; Sat, 27 Dec 2008 20:03:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=kukHj2jZSVHgUmmMxts+Um0Zwxijxrz7R/Y++aoQGl8=; b=N4qDB422vl4oz5dIIUre2tv+yWjz1ydbqf8aEciYS3pIHoeE5VwUMsjybgNASBTwxq Q33gaehQAg46nQLVTZrQsDtdiyUS9s1bttz6jT9Y4IcLXrOWCLEWldareGxl4KqSqFvC GEUDM2L4th7FRogRI2yiuZymDCajtly/YSj/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=WcBbBAJy/+Cja9eVTCjFHJh2BPn5PBfxcSDAM4uWpPLiJ+OdHwREYEjfZ9dPbLGVDL GImHrNja/wqScVETg/YjMTbCaIx3xD52jYvjxqftQYAfHecwkxB3hOmuU3hITUaGywqR +OFhaSbbSJ+nkZL/Wp7YH1ZdR8ib9Qacrdi6g= Received: by 10.100.254.15 with SMTP id b15mr7070372ani.35.1230437039782; Sat, 27 Dec 2008 20:03:59 -0800 (PST) Received: by 10.100.6.8 with HTTP; Sat, 27 Dec 2008 20:03:59 -0800 (PST) Message-ID: Date: Sun, 28 Dec 2008 05:03:59 +0100 From: Mitar To: "Gary Kline" In-Reply-To: <20081228035819.GD82585@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200812271517.46409.fbsd.questions@rachie.is-a-geek.net> <20081228035819.GD82585@thought.org> Cc: freebsd-questions@freebsd.org Subject: Re: Open with O_APPEND fails 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: Sun, 28 Dec 2008 04:04:00 -0000 Hi! On Sun, Dec 28, 2008 at 4:58 AM, Gary Kline wrote: > Just a thought, but have you figured out what the value of > that OR is? then check the 6.x and 7.x src. You mean O_RDONLY? Is not that 0? So that O_RDONLY | O_APPEND is the same as O_APPEND? (That is why I am writing about O_APPEND flag and not O_RDONLY | O_APPEND as that bug report. Mitar