Date: Sun, 7 Jul 2002 22:36:24 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed misc.c Message-ID: <200207080536.g685aOPg019118@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/07/07 22:36:24 PDT Modified files: usr.bin/sed misc.c Log: Silence WARNS=4 by passing a non-const buffer to regerror(). Since it doesn't actually use the buffer when errbuf_size == 0, pass NULL. Revision Changes Path 1.6 +1 -1 src/usr.bin/sed/misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207080536.g685aOPg019118>