Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2002 14:46:47 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys file.h socketvar.h src/sys/kern uipc_syscalls.c
Message-ID:  <200212232246.gBNMklEL098932@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/12/23 14:46:47 PST

  Modified files:
    sys/sys              file.h socketvar.h 
    sys/kern             uipc_syscalls.c 
  Log:
  Move the declaration of the socket fileops from socketvar.h to file.h.
  This allows us to use the new typedefs and removes the needs for a number
  of forward struct declarations in socketvar.h
  
  Revision  Changes    Path
  1.133     +0 -2      src/sys/kern/uipc_syscalls.c
  1.56      +14 -0     src/sys/sys/file.h
  1.98      +0 -20     src/sys/sys/socketvar.h

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?200212232246.gBNMklEL098932>