From owner-cvs-src@FreeBSD.ORG Thu Mar 25 16:36:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C17616A4CE; Thu, 25 Mar 2004 16:36:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE2F43D45; Thu, 25 Mar 2004 16:36:28 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2Q0aSGe085891; Thu, 25 Mar 2004 16:36:28 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2Q0aSYX085890; Thu, 25 Mar 2004 16:36:28 -0800 (PST) (envelope-from gad) Message-Id: <200403260036.i2Q0aSYX085890@repoman.freebsd.org> From: Garance A Drosehn Date: Thu, 25 Mar 2004 16:36:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/pkill Makefile pkill.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 26 Mar 2004 00:36:28 -0000 gad 2004/03/25 16:36:27 PST FreeBSD src repository Modified files: usr.bin/pkill Makefile pkill.c Log: Add a cast to get this to compile with WARNS=5 on sparc64. This is needed because off_t == __int64_t, while size_t == __uint64_t. This also compiles with WARNS=5 on amd64, but I haven't tested the other platforms yet. Revision Changes Path 1.3 +1 -1 src/usr.bin/pkill/Makefile 1.7 +2 -1 src/usr.bin/pkill/pkill.c