cvs commit: src/usr.bin/make buf.c buf.h

Max Okumoto okumoto at crater.dragonflybsd.org
Fri Mar 18 16:20:02 PST 2005


okumoto     2005/03/18 16:17:40 PST

DragonFly src repository

  Modified files:
    usr.bin/make         buf.c buf.h 
  Log:
  patch-7.146
   Add new functions:
         Buf_Data() - return a reference to the data contained in the buffer.
         Buf_AppendBuf(a, b) - append a copy of thecontent of b into a.
  
  Revision  Changes    Path
  1.36      +23 -0     src/usr.bin/make/buf.c
  1.30      +2 -0      src/usr.bin/make/buf.h


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/buf.c.diff?r1=1.35&r2=1.36&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/buf.h.diff?r1=1.29&r2=1.30&f=u





More information about the Commits mailing list