Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2011 08:36:50 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/hastd subr.c subr.h
Message-ID:  <201103210837.p2L8b6lH077233@repoman.freebsd.org>

index | next in thread | raw e-mail

pjd         2011-03-21 08:36:50 UTC

  FreeBSD src repository

  Modified files:
    sbin/hastd           subr.c subr.h 
  Log:
  SVN rev 219815 on 2011-03-21 08:36:50Z by pjd
  
  Add snprlcat() and vsnprlcat() - the functions I'm always missing.
  They work as a combination of snprintf(3) and strlcat(3) - the caller
  can append a string build based on the given format.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.5       +24 -0     src/sbin/hastd/subr.c
  1.3       +3 -0      src/sbin/hastd/subr.h


help

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