Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2009 04:44:38 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/linux linux_socket.c
Message-ID:  <200906021756.n52HuH5t081837@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

dchagin     2009-06-02 04:44:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/compat/linux     linux_socket.c 
  Log:
  SVN rev 193295 on 2009-06-02 04:44:38Z by dchagin
  
  MFC r191742,r191871:
  
  Linux socketpair() call expects explicit specified protocol for
  AF_LOCAL domain unlike FreeBSD which expects 0 in this case.
  
  Return EAFNOSUPPORT in case when the incorrect domain argument
  is specified.
  
  Return EPROTONOSUPPORT instead of passing values that are not 0
  to the BSD layer.
  
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.74.2.5  +13 -3     src/sys/compat/linux/linux_socket.c



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