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

Hartmut Brandt harti at FreeBSD.org
Mon Mar 21 23:42:52 PST 2005


harti       2005-03-22 07:42:51 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         buf.c buf.h 
  Log:
  Two new functions: Buf_Data() returns a reference to the data in
  the buffer and Buf_AppendBuf() appends a copy of one buffer to another
  buffer.
  
  Patch:          7.146,7.147
  
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  
  Revision  Changes    Path
  1.34      +23 -0     src/usr.bin/make/buf.c
  1.26      +8 -7      src/usr.bin/make/buf.h


More information about the cvs-all mailing list