Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2006 01:24:16 +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 stream.c stream.h
Message-ID:  <200601190124.k0J1OG6V015722@repoman.freebsd.org>

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

  FreeBSD projects repository

  Modified files:
    csup                 stream.c stream.h 
  Log:
  - Fix a bug where csup would crash on some systems because the fdata
    pointer wasn't being initialized.
  - Remember the EOF status of a stream and make it available through
    a new stream_eof() function.
  - Use xmalloc() and friends.
  - Update copyright lines.
  
  Revision  Changes    Path
  1.45      +26 -25    projects/csup/stream.c
  1.17      +2 -1      projects/csup/stream.h



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