cvs commit: src/sys/kern uipc_usrreq.c src/sys/sys un.h

Robert Watson rwatson at FreeBSD.org
Fri Oct 3 13:02:59 UTC 2008


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


More information about the cvs-all mailing list