Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2006 01:15:17 +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
Message-ID:  <200601190115.k0J1FIXY015346@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2006-01-19 01:15:17 UTC

  FreeBSD projects repository

  Modified files:
    csup                 config.c config.h main.c 
  Log:
  More merges prior to enabling status file support:
  
  - Revert to using uint16_t instead of the less portable in_port_t.
  - Use xmalloc(), xstrdup() and xasprintf() where appropriate.
  - Add support for the -s option to trust the status file completely,
    not yet effective since the status file code is not fully committed.
  - Implement coll_statuspath() which returns the full pathname to the
    status file for this collection.
  - Don't rely on the C99 semantics of free().
  - Update copyright lines.
  
  Revision  Changes    Path
  1.33      +71 -73    projects/csup/config.c
  1.23      +14 -9     projects/csup/config.h
  1.21      +13 -5     projects/csup/main.c



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