Re: fix WARNING pid 24503 (uhsoctl): ioctl sign-extension ioctl ffffffff8044692b

2018-11-02 Thread Marcin Cieslak
On Fri, 2 Nov 2018, Hans Petter Selasky wrote: > On 11/2/18 5:24 PM, Enji Cooper (yaneurabeya) wrote: > > signed ioctl value warnings > > in uhsoctl(). > > Here you go: > > https://svnweb.freebsd.org/changeset/base/340089 Thanks! Marcin smime.p7s Description: S/MIME Cryptographic Signature

Re: fix WARNING pid 24503 (uhsoctl): ioctl sign-extension ioctl ffffffff8044692b

2018-11-02 Thread Hans Petter Selasky
On 11/2/18 5:24 PM, Enji Cooper (yaneurabeya) wrote: signed ioctl value warnings in uhsoctl(). Here you go: https://svnweb.freebsd.org/changeset/base/340089 --HPS ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinf

Re: fix WARNING pid 24503 (uhsoctl): ioctl sign-extension ioctl ffffffff8044692b

2018-11-02 Thread Enji Cooper (yaneurabeya)
FYI! > On Oct 25, 2018, at 4:38 AM, Marcin Cieslak wrote: > > The following patch seems to fix the signed ioctl value warnings > in uhsoctl(). > > The code is the same in the current and stable branches. > > Marcin > > Index: usr.sbin/uhsoctl/uhsoctl.c > ==

fix WARNING pid 24503 (uhsoctl): ioctl sign-extension ioctl ffffffff8044692b

2018-10-25 Thread Marcin Cieslak
The following patch seems to fix the signed ioctl value warnings in uhsoctl(). The code is the same in the current and stable branches. Marcin Index: usr.sbin/uhsoctl/uhsoctl.c === --- usr.sbin/uhsoctl/uhsoctl.c (revision 339406) +