From owner-cvs-all@FreeBSD.ORG Tue Sep 16 12:05:29 2003 Return-Path: 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 266B716A4B3 for ; Tue, 16 Sep 2003 12:05:29 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E51543FAF for ; Tue, 16 Sep 2003 12:05:27 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost.nic.fr [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id h8GJ5PXV032559 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Tue, 16 Sep 2003 15:05:25 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id h8GJ5Pgw032556; Tue, 16 Sep 2003 15:05:25 -0400 (EDT) (envelope-from wollman) Date: Tue, 16 Sep 2003 15:05:25 -0400 (EDT) From: Garrett Wollman Message-Id: <200309161905.h8GJ5Pgw032556@khavrinen.lcs.mit.edu> To: Peter Jeremy In-Reply-To: <20030916082900.GF43314@cirb503493.alcatel.com.au> References: <20030916082900.GF43314@cirb503493.alcatel.com.au> X-Spam-Score: -9.9 () IN_REP_TO,REFERENCES X-Scanned-By: MIMEDefang 2.33 (www . roaringpenguin . com / mimedefang) cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_prot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 16 Sep 2003 19:05:29 -0000 < said: > I think this is an excellent idea. We have plenty of additional ``user'' signals, from SIGRTMIN to SIGRTMAX. Unfortunately, there's a bug in the header files -- these constants are not declared! -GAWollman