Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2008 13:01:56 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_usrreq.c src/sys/sys un.h
Message-ID:  <200810031302.m93D2w7S012041@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2008-10-03 13:01:56 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_usrreq.c 
    sys/sys              un.h 
  Log:
  SVN rev 183572 on 2008-10-03 13:01:56Z by rwatson
  
  Further minor cleanups to UNIX domain sockets:
  
  - Staticize and locally prototype functions uipc_ctloutput(), unp_dispose(),
    unp_init(), and unp_externalize(), none of which have been required
    outside of uipc_usrreq.c since uipc_proto.c was removed.
  - Remove stale prototype for uipc_usrreq(), which has not existed in the
    code since 1997
  - Forward declare and staticize uipc_usrreqs structure in uipc_usrreq.c and
    not un.h.
  - Comment on why uipc_connect2() is still non-static -- it is used directly
    by fifofs.
  - Remove stale comments, tidy up whitespace.
  
  MFC after:      3 days (where applicable)
  
  Revision  Changes    Path
  1.218     +16 -24    src/sys/kern/uipc_usrreq.c
  1.30      +1 -10     src/sys/sys/un.h



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