• unknown's avatar
    cmd-line-utils/readline/undo.c : Replace an "uint" cast by the expanded... · 87a569f3
    unknown authored
    cmd-line-utils/readline/undo.c  :    Replace an "uint" cast by the expanded "unsigned int" (compile problem on QNX).
    
    
    cmd-line-utils/readline/undo.c:
      Replace an "uint" cast by the expanded "unsigned int",
      because there are platforms (QNX) on which "uint" is not defined in the "readline" library
      (and so building it failed, version 5.0.34).
    87a569f3
undo.c 5.83 KB