From owner-cvs-src@FreeBSD.ORG Sat Dec 1 14:24:45 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E32216A417; Sat, 1 Dec 2007 14:24:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 01A7D13C442; Sat, 1 Dec 2007 14:24:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lB1EOitX017793; Sat, 1 Dec 2007 14:24:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB1EOiFC017792; Sat, 1 Dec 2007 14:24:44 GMT (envelope-from rwatson) Message-Id: <200712011424.lB1EOiFC017792@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Dec 2007 14:24:44 +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/libexec/rtld-elf/sparc64 rtld_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 01 Dec 2007 14:24:45 -0000 rwatson 2007-12-01 14:24:44 UTC FreeBSD src repository Modified files: libexec/rtld-elf/sparc64 rtld_machdep.h Log: For un-prototyped static inline functions declared in pthread_md.h on sparc64, use ANSI function headers and specifically indicate the lack of arguments with 'void'. Otherwise, warnings are generated at WARNS=3 for libkse, leading to a compile failure with -Werror. Revision Changes Path 1.8 +1 -1 src/libexec/rtld-elf/sparc64/rtld_machdep.h