CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2011/04/22 05:21:46

Modified files:
        comms/minicom  : Makefile 
        comms/minicom/patches: patch-src_main_c patch-src_updown_c 
                               patch-src_windiv_c 
Added files:
        comms/minicom/patches: patch-src_config_c patch-src_dial_c 
                               patch-src_file_c patch-src_help_c 
                               patch-src_minicom_c patch-src_window_c 
                               patch-src_window_h 

Log message:
minicom contains a function called wprintf() (print to a window) which
collides with the standard C wprintf() (print a wide character string).
Upstream already realised this was a bad idea and changed the function's
name to mc_wprintf(). Do the same for our port.
ok ajacoutot landry dcoppa

Reply via email to