Date: Wed, 23 Jul 2008 11:04:54 GMT From: Gabor Kovesdan <gabor@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 145700 for review Message-ID: <200807231104.m6NB4ssO070753@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145700 Change 145700 by gabor@gabor_server on 2008/07/23 11:04:52 - Add a missing 'static' modifier Affected files ... .. //depot/projects/soc2008/gabor_textproc/grep/file.c#23 edit Differences ... ==== //depot/projects/soc2008/gabor_textproc/grep/file.c#23 (text+ko) ==== @@ -57,7 +57,7 @@ static size_t lnbuflen; static char binbuf[BUFSIZ * 4]; static int binbufsiz; -char *binbufptr; +static char *binbufptr; static int bzerr; #define iswbinary(ch) (!iswspace((ch)) && iswcntrl((ch)) && (ch != L'\b') && (ch != L'\0'))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807231104.m6NB4ssO070753>