Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2007 05:56:39 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net/vncreflector Makefile ports/net/vncreflector/files patch-logging.c
Message-ID:  <200704240556.l3O5ue6q079981@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2007-04-24 05:56:39 UTC

  FreeBSD ports repository

  Modified files:
    net/vncreflector     Makefile 
  Added files:
    net/vncreflector/files patch-logging.c 
  Log:
  Our v*printf() family of functions don't return va_list to its original
  state upon return, therefore if we want to call such functions several
  times on different streams we need to wrap each call to va_start/va_end
  otherwise it either prints garbage on second and subsequent invocation
  or simply crashes the program.
  
  Revision  Changes    Path
  1.4       +1 -1      ports/net/vncreflector/Makefile
  1.1       +46 -0     ports/net/vncreflector/files/patch-logging.c (new)



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