From edward@edcom.com  Tue Apr 11 12:22:10 1995
Received: from edcom.com (edcom.com [140.174.173.185])
          by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA00182
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Apr 1995 12:22:08 -0700
Received: (from edward@localhost) by edcom.com (8.6.11/8.6.9) id MAA02366; Tue, 11 Apr 1995 12:22:01 -0700
Message-Id: <199504111922.MAA02366@edcom.com>
Date: Tue, 11 Apr 1995 12:22:01 -0700
From: edward@edcom.com
Reply-To: edward@edcom.com
To: FreeBSD-gnats-submit@freebsd.org
Cc: edward@edcom.com
Subject: ls -k with BLOCKSIZE=K uses 2k blocks
X-Send-Pr-Version: 3.2

>Number:         335
>Category:       bin
>Synopsis:       ls -k with BLOCKSIZE=K uses 2k blocks
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 11 12:30:03 1995
>Closed-Date:    Fri Apr 14 00:15:13 MET DST 1995
>Last-Modified:
>Originator:     Edward Wang
>Release:        FreeBSD 2.1.0-Development i386
>Organization:
UC Berkeley
>Environment:

	2.0-950322-SNAP
	BLOCKSIZE=K
	What does environment mean anyway?

>Description:

	see below

>How-To-Repeat:

	setenv BLOCKSIZE K
	dd if=/dev/zero of=x bs=1k count=10
	/bin/ls -kls x
	says "5 -rw-r--r--  1 edward  staff  10240 Apr 11 12:12 x"

>Fix:
	
	Actually, it's only the binary that's screwed up.
	The source looks fine, and worked when I compiled and installed it.
	So.  Why am I reporting this?
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Fri Apr 14 00:15:13 MET DST 1995 
State-Changed-Why:  
The problem had already been fixed with revision 1.6 of ls.c by phk; 
this was just one day after the 950322 NSAP however. 
>Unformatted:



