From 862efa0c7de2d51acc802564d825d983794e27f9 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok/asmodai Date: Thu, 22 Jul 2004 11:39:02 +0000 Subject: [PATCH] Make unit_adjust() static as per its prototype. Found by: cscout --- bin/ls/print.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ls/print.c b/bin/ls/print.c index c1b31cca63..7fc67113ef 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -35,7 +35,7 @@ * * @(#)print.c 8.4 (Berkeley) 4/17/94 * $FreeBSD: src/bin/ls/print.c,v 1.19.2.7 2002/11/17 10:27:34 tjr Exp $ - * $DragonFly: src/bin/ls/print.c,v 1.4 2003/11/09 02:37:00 dillon Exp $ + * $DragonFly: src/bin/ls/print.c,v 1.5 2004/07/22 11:39:02 asmodai Exp $ */ #include @@ -622,7 +622,7 @@ printsize(size_t width, off_t bytes) * especially on huge disks. * */ -unit_t +static unit_t unit_adjust(off_t *val) { double abval; -- 2.41.0