OSDN Git Service

Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
authorlandley <landley@driftwood>
Mon, 30 Oct 2006 06:38:00 +0000 (01:38 -0500)
committerlandley <landley@driftwood>
Mon, 30 Oct 2006 06:38:00 +0000 (01:38 -0500)
commit09ea7ac1a269db3c9a3b76840b37a7cb1eccbc24
tree83d36320286fee20f7a7b4cc317f9cc3802926fe
parent2f588f7f47c43b5949e520b80cfd755a6b4ca4e6
Implement df.  Add -Wall to build and fix up warnings.  Add copyright notices.
Add error_msg() and itoa() to library.  Remove argc from globals (since argv is
null terminated), add optflags to globals.
Makefile
lib/functions.c
lib/getmountlist.c
lib/lib.h
main.c
toys.h
toys/df.c
toys/toysh.c