Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2006 02:40:13 +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 detailer.c proto.c proto.h
Message-ID:  <200601230240.k0N2eEt7004533@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2006-01-23 02:40:13 UTC

  FreeBSD projects repository

  Modified files:
    csup                 detailer.c proto.c proto.h 
  Log:
  - Add proto_get_rest() that eats the rest of the string sent by the server,
    this is mainly useful for printing server warnings.
  - Use proto_get_rest() everywhere in proto.c and correct some usage of
    the proto API.
  - Remove a bogus XXX comment in detailer.c and handle being sent a
    warning from the server with proto_get_rest().  Also print a warning
    if we are sent an unknown command.
  
  Revision  Changes    Path
  1.33      +23 -7     projects/csup/detailer.c
  1.50      +70 -27    projects/csup/proto.c
  1.9       +1 -0      projects/csup/proto.h



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