Date: Sun, 26 Jul 1998 10:06:08 -0700 (PDT) From: Warner Losh <imp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/make main.c Message-ID: <199807261706.KAA02825@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1998/07/26 10:06:07 PDT Modified files: usr.bin/make main.c Log: Use malloc + sprintf rather than asprintf to ensure portability to other, less advanced architecutres. This should minorly help porting efforts of FreeBSD. I've done several make worlds since this came up with this change, as well as debugging several interesting nits with -V (which is the only thing this change will affect really). Revision Changes Path 1.25 +4 -2 src/usr.bin/make/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807261706.KAA02825>