Remove stat(1) from sbase as it is not portable

This utility uses major()/minor() and they are not portable.
It belongs in ubase.
This commit is contained in:
sin
2014-01-30 16:23:55 +00:00
parent e37e2782a9
commit f4609e2836
3 changed files with 0 additions and 90 deletions

View File

@@ -92,7 +92,6 @@ SRC = \
sha1sum.c \
sha256sum.c\
sha512sum.c\
stat.c \
wc.c \
who.c \
xargs.c \