freebsd-dev/usr.bin/cut
Andrew Turner bd9dd0c6c9 The is_delim function works on wchar_t characters not ints, update the
function to take a wchar_t as it's argument.

This fixes the build when wchar_t is not an int, i.e. ARM EABI.
2012-11-24 04:15:25 +00:00
..
cut.1 Add 'w' flag to: 2012-11-20 01:57:21 +00:00
cut.c The is_delim function works on wchar_t characters not ints, update the 2012-11-24 04:15:25 +00:00
Makefile