Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2007 10:52:34 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/net sctp_sys_calls.c
Message-ID:  <200707021052.l62AqYeN004642@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2007-07-02 10:52:34 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/net         sctp_sys_calls.c 
  Log:
  - Removes some incorrect error returns (errno was being overriden in
   one of the functions)
  - Fixes the error return of sctp_get_opt, it was returning the errno not
   -1.
  Approved by:    re@freebsd.org (Robert Watson)
  Obtained from:  Weongyo Jeong (weongyo.jeong@gmail.com)
  
  Revision  Changes    Path
  1.12      +2 -4      src/lib/libc/net/sctp_sys_calls.c



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