the locate code assumes that char max is 127 (char == signed char)
authorrahnds <rahnds@openbsd.org>
Tue, 21 Jan 1997 21:22:56 +0000 (21:22 +0000)
committerrahnds <rahnds@openbsd.org>
Tue, 21 Jan 1997 21:22:56 +0000 (21:22 +0000)
commitd16d1beec0092a9b1e142486e7783aa64131dcc2
tree7afd16656013f255bede8b9823346ae1bfb2131f
parent63e39932bd4d328e68b4bbf0ed7d672109b7a209
the locate code assumes that char max is 127 (char == signed char)
however on the powerpc port that is not the case (char == unsigned char)
Thus this change, if anyone has a better idea, feel free.
usr.bin/locate/locate/locate.h