Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2001 20:56:54 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_uid16.c
Message-ID:  <200110140356.f9E3usQ74553@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2001/10/13 20:56:54 PDT

  Modified files:
    sys/compat/linux     linux_uid16.c 
  Log:
  When casting from uid16/gid16 to uid/gid respectively, make sure
  that "no change" (ie 0xFFFF) is properly cast to (int)-1 for those
  syscalls that set uids and/or gids.
  
  Verified by: LTP
  
  Revision  Changes    Path
  1.3       +17 -15    src/sys/compat/linux/linux_uid16.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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