From owner-freebsd-standards@FreeBSD.ORG Fri Feb 10 07:45:07 2006 Return-Path: X-Original-To: freebsd-standards@freebsd.org Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AA5A16A420 for ; Fri, 10 Feb 2006 07:45:07 +0000 (GMT) (envelope-from mr.skoe@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1805743D46 for ; Fri, 10 Feb 2006 07:45:06 +0000 (GMT) (envelope-from mr.skoe@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so258737wxc for ; Thu, 09 Feb 2006 23:45:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tTnoeOYR4l6sSwn1h43Ggv+qylv1YL+gWwt+8tj3GqHafxnYfryZmibuIctmB7tq5rmcAtdfCm5n01cXoOnFrGOWCjLChqAAmrJQHLbs5yrdfX3FuxarHgnxOhO7cRCCCYNE/txVIckFfxwVxESMl8AF2viYbovrF9QioOJVnfc= Received: by 10.70.89.12 with SMTP id m12mr2113720wxb; Thu, 09 Feb 2006 23:45:05 -0800 (PST) Received: by 10.70.102.3 with HTTP; Thu, 9 Feb 2006 23:45:05 -0800 (PST) Message-ID: Date: Fri, 10 Feb 2006 18:45:05 +1100 From: Mathew Schofield To: freebsd-standards@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: sys/errno.h: Missing Definitions X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2006 07:45:07 -0000 Hi there, I am just enquiring about the sys/errno.h missing declarations. I have found that ENODATA, ENOSTR, ENOSR and ETIME are not declared but are apart of the ISO Standard. Could these values be appropriately added? Any help in this matter is _greatly_ appreciented. -- Thank You Mathew Schofield mr.skoe@gmail.com