Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2001 13:50:44 -0700 (PDT)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/posix1e cap_get_fd.c cap_get_file.c cap_get_proc.c
Message-ID:  <200104242050.f3OKoiJ99285@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2001/04/24 13:50:44 PDT

  Modified files:
    lib/libc/posix1e     cap_get_fd.c cap_get_file.c 
                         cap_get_proc.c 
  Log:
  Remove bogus assignments of libc syscall stub return values to errno;
  the stubs do errno assignments and return -1 in this case, so that errno
  would end up with this value.
  
  Approved by:	rwatson
  
  Revision  Changes    Path
  1.5       +1 -2      src/lib/libc/posix1e/cap_get_fd.c
  1.4       +1 -2      src/lib/libc/posix1e/cap_get_file.c
  1.5       +1 -2      src/lib/libc/posix1e/cap_get_proc.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?200104242050.f3OKoiJ99285>