summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2014-07-17 14:51:50 +0000
committerpfg <pfg@FreeBSD.org>2014-07-17 14:51:50 +0000
commitbcd1a4acd05f39f35ed9d7dd88c24cd1bb0d0cff (patch)
tree1ad10994e2cd7abaff078148200f9b8ae058ecb8 /usr.bin/grep
parentec0c1a118ee7f14b8a646573a27a4257a98b5f54 (diff)
downloadFreeBSD-src-bcd1a4acd05f39f35ed9d7dd88c24cd1bb0d0cff.zip
FreeBSD-src-bcd1a4acd05f39f35ed9d7dd88c24cd1bb0d0cff.tar.gz
grep: Fix type.
Obtained from: NetBSD (CVS rev. 1.17) MFC after: 3 days
Diffstat (limited to 'usr.bin/grep')
-rw-r--r--usr.bin/grep/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/grep/util.c b/usr.bin/grep/util.c
index 15b2da7..3ec12fa 100644
--- a/usr.bin/grep/util.c
+++ b/usr.bin/grep/util.c
@@ -302,7 +302,7 @@ procline(struct str *l, int nottext)
r = REG_NOMATCH;
/* Check for whole word match */
if (r == 0 && (wflag || fg_pattern[i].word)) {
- wint_t wbegin, wend;
+ wchar_t wbegin, wend;
wbegin = wend = L' ';
if (pmatch.rm_so != 0 &&
OpenPOWER on IntegriCloud