Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2011 21:53:36 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/fstat fuser.c
Message-ID:  <201106182153.p5ILrlFe011658@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2011-06-18 21:53:36 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/fstat        fuser.c 
  Log:
  SVN rev 223271 on 2011-06-18 21:53:36Z by jilles
  
  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.
  
  Revision  Changes    Path
  1.2       +2 -3      src/usr.bin/fstat/fuser.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106182153.p5ILrlFe011658>