freebsd-nq/usr.bin/fstat
Jilles Tjoelker 1696274411 fuser: Fix skipping "SIG" on signal names (-s).
The code did  !strncasecmp(str, "sig", 4)  which is not useful.

Also change "sig" to "SIG" matching the uppercase signal names as of
r218285. This has little effect because fuser does not enable locale.
2011-06-18 21:53:36 +00:00
..
fstat.1
fstat.c
functions.h
fuser.1
fuser.c fuser: Fix skipping "SIG" on signal names (-s). 2011-06-18 21:53:36 +00:00
main.c
Makefile