Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2006 19:44:10 +0000 (UTC)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: projects/csup config.c config.h main.c proto.c proto.h
Message-ID:  <200602021944.k12JiAV3011025@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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