fmt.c has a comparison between signed and unsigned that is unclear how

to properly fix.
This commit is contained in:
David E. O'Brien 2003-05-02 01:05:05 +00:00
parent 13652e9578
commit 3e7045591d

View File

@ -9,6 +9,7 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c
# keep ps from being an unnecessary load
# on large systems.
#
WARNS= 1
WFORMAT=0
CFLAGS+=-DLAZY_PS
DPADD= ${LIBM} ${LIBKVM}