From 58c9a4b908c79c0b6183951e7dd68dc69cbf4415 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Wed, 5 Jun 2019 06:21:58 -0500 Subject: usr.bin/sort: make buildable with libbsd --- usr.bin/sort/init.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin/sort/init.c') diff --git a/usr.bin/sort/init.c b/usr.bin/sort/init.c index ff1799b..279deb2 100644 --- a/usr.bin/sort/init.c +++ b/usr.bin/sort/init.c @@ -63,8 +63,6 @@ #include "sort.h" -__RCSID("$NetBSD: init.c,v 1.29 2013/10/18 20:47:06 christos Exp $"); - #include #include @@ -74,7 +72,7 @@ static const char *setcolumn(const char *, struct field *); /* * masks of ignored characters. */ -static u_char dtable[NBINS], itable[NBINS]; +static unsigned char dtable[NBINS], itable[NBINS]; /* * parsed key options -- cgit v1.2.3-60-g2f50