]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Silence WARNS=4 by passing a non-const buffer to regerror(). Since it
authorTim J. Robbins <tjr@FreeBSD.org>
Mon, 8 Jul 2002 05:36:24 +0000 (05:36 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Mon, 8 Jul 2002 05:36:24 +0000 (05:36 +0000)
commit05018c64fd2da6d5ba54e087b852952980d5af65
tree0407e330070809dbbd912b97bb212d791c503d2d
parenta58b3a6878957406580251923467716a422c7275
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.
usr.bin/sed/misc.c