From owner-cvs-all@FreeBSD.ORG Sat Oct 25 23:14:11 2003 Return-Path: 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 3A6EB16A4B3; Sat, 25 Oct 2003 23:14:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B1743FA3; Sat, 25 Oct 2003 23:14:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9Q6EAXJ022934; Sat, 25 Oct 2003 23:14:10 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9Q6EAIp022933; Sat, 25 Oct 2003 23:14:10 -0700 (PDT) (envelope-from peter) Message-Id: <200310260614.h9Q6EAIp022933@repoman.freebsd.org> From: Peter Wemm Date: Sat, 25 Oct 2003 23:14:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/rpc.statd Makefile file.c procs.c src/usr.sbin/rpc.umntall Makefile rpc.umntall.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 26 Oct 2003 06:14:11 -0000 peter 2003/10/25 23:14:10 PDT FreeBSD src repository Modified files: usr.sbin/rpc.statd Makefile file.c procs.c usr.sbin/rpc.umntall Makefile rpc.umntall.c Log: Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2 (but I haven't turned it on) Revision Changes Path 1.16 +1 -0 src/usr.sbin/rpc.statd/Makefile 1.7 +2 -1 src/usr.sbin/rpc.statd/file.c 1.14 +2 -2 src/usr.sbin/rpc.statd/procs.c 1.5 +3 -1 src/usr.sbin/rpc.umntall/Makefile 1.12 +5 -4 src/usr.sbin/rpc.umntall/rpc.umntall.c