Date: Wed, 2 Mar 2005 14:30:36 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make var.c Message-ID: <200503021430.j22EUafp077420@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-03-02 14:30:36 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Push the length computation down into VarParseShort(). Return always malloc()-ed strings from VarParseShort() to get rid of warnings when returning string constants from a non-const char * function. Patch: 7.90 Submitted by: Max Okumoto <okumoto@ucsd.edu> Revision Changes Path 1.101 +27 -17 src/usr.bin/make/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503021430.j22EUafp077420>