Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 1997 18:10:40 -0800 (PST)
From:      Michael Smith <msmith@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/linux linux_socket.c
Message-ID:  <199712150210.SAA25817@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      1997/12/14 18:10:39 PST

  Modified files:        (Branch: RELENG_2_2)
    sys/i386/linux       linux_socket.c 
  Log:
  Functional merge from current; as described by the contributor:
  
  	- emulate Linux IP_HDRINCL behaviour in sendto(): byte order fixed
  	  Note that we do an extra getsockopt() on every sendto()
  	  to check if the option is set because we don't keep state
  	  in the emulator code. Is there a better way to implement
  	  this?
  	- correct a bug (value of "name" not passed) with
  	  getsockopt() (see last hunk)
  
  Revision  Changes    Path
  1.4.4.2   +139 -2    src/sys/i386/linux/linux_socket.c



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