From owner-cvs-src-old@FreeBSD.ORG Thu Feb 26 17:47:09 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 703A910656C7 for ; Thu, 26 Feb 2009 17:47:09 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 43B268FC14 for ; Thu, 26 Feb 2009 17:47:09 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1QHl8L2013520 for ; Thu, 26 Feb 2009 17:47:08 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1QHl8Cb013519 for cvs-src-old@freebsd.org; Thu, 26 Feb 2009 17:47:08 GMT (envelope-from rdivacky@repoman.freebsd.org) Message-Id: <200902261747.n1QHl8Cb013519@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rdivacky@repoman.freebsd.org using -f From: Roman Divacky Date: Thu, 26 Feb 2009 17:46:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libcompat/4.3 rexec.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 17:47:09 -0000 rdivacky 2009-02-26 17:46:54 UTC FreeBSD src repository Modified files: lib/libcompat/4.3 rexec.c Log: SVN rev 189077 on 2009-02-26 17:46:54Z by rdivacky Add a missing parameter to ruserpass(). According to C99 6.9.1p7 K&R function is not a prototype but this is a bad style. GCC accepts this other compilers warn or reject this. Approved by: kib (mentor) Revision Changes Path 1.8 +4 -2 src/lib/libcompat/4.3/rexec.c