From owner-cvs-all@FreeBSD.ORG Fri Nov 4 09:41:00 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 BB15616A41F; Fri, 4 Nov 2005 09:41:00 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7564443D45; Fri, 4 Nov 2005 09:41:00 +0000 (GMT) (envelope-from davidxu@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 jA49f06j089215; Fri, 4 Nov 2005 09:41:00 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA49f0oO089214; Fri, 4 Nov 2005 09:41:00 GMT (envelope-from davidxu) Message-Id: <200511040941.jA49f0oO089214@repoman.freebsd.org> From: David Xu Date: Fri, 4 Nov 2005 09:41:00 +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/libthr/thread thr_timer.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: Fri, 04 Nov 2005 09:41:00 -0000 davidxu 2005-11-04 09:41:00 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_timer.c Log: Fix name compatible problem with POSIX standard. the sigval_ptr and sigval_int really should be sival_ptr and sival_int. Also sigev_notify_function accepts a union sigval value but not a pointer. Revision Changes Path 1.6 +5 -5 src/lib/libthr/thread/thr_timer.c