]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fuser: Fix skipping "SIG" on signal names (-s).
authorJilles Tjoelker <jilles@FreeBSD.org>
Sat, 18 Jun 2011 21:53:36 +0000 (21:53 +0000)
committerJilles Tjoelker <jilles@FreeBSD.org>
Sat, 18 Jun 2011 21:53:36 +0000 (21:53 +0000)
commit1696274411f145aac745b146cc3edc2fd32740ae
tree399ca3a028a66d945a5aa352890ed742ecf774f4
parentb0766d1fc5489807e8f02f8d43a8aaf56221c02c
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.
usr.bin/fstat/fuser.c