cvs commit: src/sys/compat/svr4 svr4_socket.c svr4_socket.h svr4_stat.c svr4_sysvec.c src/sys/dev/streams streams.c

Poul-Henning Kamp phk at FreeBSD.org
Sat May 31 13:33:20 PDT 2003


phk         2003/05/31 13:33:18 PDT

  FreeBSD src repository

  Modified files:
    sys/compat/svr4      svr4_socket.c svr4_socket.h svr4_stat.c 
                         svr4_sysvec.c 
    sys/dev/streams      streams.c 
  Log:
  Put definition of struct svr4_sockcache_entry in a .h file rather than
  having two independent definitions in two .c files.
  Fiddle surrounding details to match.
  
  Found by:       FlexeLint
  
  Revision  Changes    Path
  1.21      +0 -12     src/sys/compat/svr4/svr4_socket.c
  1.7       +13 -0     src/sys/compat/svr4/svr4_socket.h
  1.17      +1 -0      src/sys/compat/svr4/svr4_stat.c
  1.31      +0 -1      src/sys/compat/svr4/svr4_sysvec.c
  1.40      +1 -10     src/sys/dev/streams/streams.c


More information about the cvs-src mailing list