cvs commit: projects/csup config.c config.h main.c proto.c proto.h

Maxime Henrion mux at FreeBSD.org
Thu Feb 2 11:44:12 PST 2006


mux         2006-02-02 19:44:10 UTC

  FreeBSD projects repository

  Modified files:
    csup                 config.c config.h main.c proto.c proto.h 
  Log:
  - Add the -4 and -6 options to force usage of IPv4 or IPv6.
  - Don't pass the port to config_init() who doesn't really need it,
    but pass it directly to proto_connect() and don't retain it in the
    struct config.
  
  Revision  Changes    Path
  1.37      +2 -3      projects/csup/config.c
  1.27      +2 -4      projects/csup/config.h
  1.27      +16 -6     projects/csup/main.c
  1.59      +5 -4      projects/csup/proto.c
  1.11      +4 -2      projects/csup/proto.h


More information about the cvs-projects mailing list