cvs commit: src/usr.bin/make var.c

Max Okumoto okumoto at crater.dragonflybsd.org
Sun Feb 13 02:13:01 PST 2005


okumoto     2005/02/13 02:12:04 PST

DragonFly src repository

  Modified files:
    usr.bin/make         var.c 
  Log:
  Copy input parameter 'char *str' pointer into two variables.  One which
  is a 'const char *' pointer and the other a 'char *'.  This way we can
  seperate out the code that actually modifies the input string.
  
  Revision  Changes    Path
  1.88      +78 -76    src/usr.bin/make/var.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.87&r2=1.88&f=u





More information about the Commits mailing list