On Fri, Feb 22, 2008 at 10:08:20PM +0200, Alan Barrett wrote: > On Fri, 22 Feb 2008, Joerg Sonnenberger wrote: > > Modified Files: > > src/lib/libc/string: strcspn.c strpbrk.c strspn.c > > This code makes the undocumented assumption that CHAR_BIT is 8. As does most of the rest of the system. Joerg