From owner-cvs-src@FreeBSD.ORG Wed Jul 28 16:03:13 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 8F3CC16A4CE; Wed, 28 Jul 2004 16:03:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878A243D54; Wed, 28 Jul 2004 16:03:13 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6SG3DLb001891; Wed, 28 Jul 2004 16:03:13 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6SG3Div001890; Wed, 28 Jul 2004 16:03:13 GMT (envelope-from stefanf) Message-Id: <200407281603.i6SG3Div001890@repoman.freebsd.org> From: Stefan Farfeleder Date: Wed, 28 Jul 2004 16:03:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/du du.c src/usr.bin/netstat inet6.c src/usr.bin/truss syscalls.c src/usr.sbin/pkg_install/lib file.c pen.c src/usr.sbin/pkg_install/add perform.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: Wed, 28 Jul 2004 16:03:13 -0000 stefanf 2004-07-28 16:03:13 UTC FreeBSD src repository Modified files: usr.bin/du du.c usr.bin/netstat inet6.c usr.bin/truss syscalls.c usr.sbin/pkg_install/lib file.c pen.c usr.sbin/pkg_install/add perform.c Log: Use the length modifier 'll' instead of 'q' to print long longs. Revision Changes Path 1.36 +1 -1 src/usr.bin/du/du.c 1.25 +6 -6 src/usr.bin/netstat/inet6.c 1.43 +1 -1 src/usr.bin/truss/syscalls.c 1.77 +2 -2 src/usr.sbin/pkg_install/add/perform.c 1.68 +1 -1 src/usr.sbin/pkg_install/lib/file.c 1.42 +1 -1 src/usr.sbin/pkg_install/lib/pen.c