Subject: What?!
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 11/02/1999 14:45:04
Hmm.
On my alpha:
/dev/ccd0c        26251040 17623200  7315288    70%    /scratch
On a client:
gandalf:/scratch   26251040 17623200  7315288    71%    /scratch

Well, that's weird.

So, I looked into this.  It seems that our 'df' uses a function called
'strpct', which:

1.  Looks excessively complicated.
2.  Is in the csh source tree.

Is there a compelling reason for which 'df' should be linking directly to
something in the csh source tree?  I would think this is the kind of thing
where, if we need it at all, it should be in a library, not just stolen from
a nearby program.

-s