From owner-cvs-all Wed Dec 18 18:52:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A474C37B401; Wed, 18 Dec 2002 18:52:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5294543EE1; Wed, 18 Dec 2002 18:52:24 -0800 (PST) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJ2qOmV038159; Wed, 18 Dec 2002 18:52:24 -0800 (PST) (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBJ2qOM9038158; Wed, 18 Dec 2002 18:52:24 -0800 (PST) Message-Id: <200212190252.gBJ2qOM9038158@repoman.freebsd.org> From: Garrett Wollman Date: Wed, 18 Dec 2002 18:52:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ipc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wollman 2002/12/18 18:52:24 PST Modified files: sys/sys ipc.h Log: Spell `unsigned short' in a way which does not depend on namespace pollution. Note that this is still the wrong type, but we are not ready to break the ABI; this change simply allows programs which specify a strict SUSv3 namespace to compile. (They may still have semantic errors, since SUSv3 specifies correct types.) Revision Changes Path 1.22 +7 -7 src/sys/sys/ipc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message