From owner-cvs-src@FreeBSD.ORG Thu Apr 24 13:49:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA3D837B401; Thu, 24 Apr 2003 13:49:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A2C043FBD; Thu, 24 Apr 2003 13:49:47 -0700 (PDT) (envelope-from jhb@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 h3OKnl0U035396; Thu, 24 Apr 2003 13:49:47 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3OKnklC035394; Thu, 24 Apr 2003 13:49:46 -0700 (PDT) Message-Id: <200304242049.h3OKnklC035394@repoman.freebsd.org> From: John Baldwin Date: Thu, 24 Apr 2003 13:49:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia32 syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 20:49:48 -0000 jhb 2003/04/24 13:49:46 PDT FreeBSD src repository Modified files: sys/ia64/ia32 syscalls.master Log: Fix the thr_create() entry by adding a trailing \. Also, sync up the MP safe flag for thr_* with the main table. Revision Changes Path 1.20 +4 -4 src/sys/ia64/ia32/syscalls.master