Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2002 14:30:44 -0700 (PDT)
From:      "Andrew R. Reiter" <arr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_socket.c
Message-ID:  <200205212130.g4LLUie59591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
arr         2002/05/21 14:30:44 PDT

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  - td will never be NULL, so the call to soalloc() in socreate() will always
    be passed a 1; we can, however, use M_NOWAIT to indicate this.
  - Check so against NULL since it's a pointer to a structure.
  
  Revision  Changes    Path
  1.121     +2 -2      src/sys/kern/uipc_socket.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?200205212130.g4LLUie59591>