CVSROOT:        /cvs
Module name:    src
Changes by:     fcam...@cvs.openbsd.org 2016/09/16 03:25:23

Modified files:
        usr.bin/wc     : wc.c 

Log message:
- Removed unnecessary string.h include
- Changed 'format_and_print' argument type to int64_t and casting
inside the function
- Declaring 'print_counts', 'format_and_print', and 'cnt' as static
- Remove unnecessary cast for NULL, and (void) casts from printfs,
'mbtowc' and 'format_and_print' calls
- In 'cnt', change bufsz type from ssize_t to size_t to avoid
converting between pointers to integer types with different sign
when calling getline (catched when compiling with Clang)
- Use return instead of exit in main

OK jung@

Reply via email to