From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 14 06:24:04 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93AEB16A41C; Thu, 14 Jul 2005 06:24:04 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E16F43D45; Thu, 14 Jul 2005 06:24:04 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j6E6MXmZ023049; Thu, 14 Jul 2005 00:22:33 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 14 Jul 2005 00:22:47 -0600 (MDT) Message-Id: <20050714.002247.82101613.imp@bsdimp.com> To: keramida@freebsd.org From: "M. Warner Losh" In-Reply-To: <20050713210941.GA841@gothmog.gr> References: <20050712221444.GA1180@gothmog.gr> <42D56C15.2070400@errno.com> <20050713210941.GA841@gothmog.gr> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: sam@errno.com, flz@xbsd.org, freebsd-hackers@freebsd.org Subject: Re: SIMPLEQ_* macros from OpenBSD sys/queue.h X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 06:24:04 -0000 In message: <20050713210941.GA841@gothmog.gr> Giorgos Keramidas writes: : I couldn't agree more. Helping source-level compatibility, as much as : this can be accomplished for kernel code, is definitely a plus. This is : partly the reason why I noted that OpenBSD synchronized their queue.h : header with NetBSD a few times in the past. I just didn't propose : something like this because I'm not sure I can convince any of the three : BSD teams to s/SIMPLEQ/STAILQ/ or vice versa :-) Yea, but adding the #defines to sys/queue.h in both directions likely wouldn't hurt. Warner