From owner-freebsd-current@FreeBSD.ORG Fri Jun 4 05:36:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6631616A4CE for ; Fri, 4 Jun 2004 05:36:04 -0700 (PDT) Received: from rms04.rommon.net (rms04.rommon.net [212.54.2.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA3343D2F for ; Fri, 4 Jun 2004 05:36:03 -0700 (PDT) (envelope-from pete@he.iki.fi) Received: from he.iki.fi (h86.vuokselantie10.fi [193.64.42.134]) by rms04.rommon.net (8.12.10/8.12.9) with ESMTP id i54CZr3v085780 for ; Fri, 4 Jun 2004 15:35:53 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <40C06CA9.8090703@he.iki.fi> Date: Fri, 04 Jun 2004 15:35:53 +0300 From: Petri Helenius User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 04 Jun 2004 05:55:03 -0700 Subject: syslog and -Wformat X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2004 12:36:04 -0000 Is the warning message generated by -Wformat about syslog %m an issue with FreeBSD header files or gcc itself? It seems for example OpenBSD's syslog.h contains __attribute__ definitions. Pete