From owner-cvs-all@FreeBSD.ORG Thu Sep 1 15:16:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 50B2716A41F; Thu, 1 Sep 2005 15:16:47 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7AFD43D49; Thu, 1 Sep 2005 15:16:46 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j81FGkxf019936; Thu, 1 Sep 2005 15:16:46 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j81FGkdV019935; Thu, 1 Sep 2005 15:16:46 GMT (envelope-from stefanf) Message-Id: <200509011516.j81FGkdV019935@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 1 Sep 2005 15:16:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpthread/thread thr_pspinlock.c thr_sem.c thr_sigsuspend.c thr_symbols.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 01 Sep 2005 15:16:47 -0000 stefanf 2005-09-01 15:16:46 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_pspinlock.c thr_sem.c thr_sigsuspend.c thr_symbols.c Log: Include needed headers that were obtained through . Sort headers while here. Revision Changes Path 1.3 +5 -2 src/lib/libpthread/thread/thr_pspinlock.c 1.17 +1 -0 src/lib/libpthread/thread/thr_sem.c 1.27 +5 -2 src/lib/libpthread/thread/thr_sigsuspend.c 1.2 +1 -0 src/lib/libpthread/thread/thr_symbols.c