Description: Avoid compilation error with gcc-4.4. "const char* -> char*" conversion is fatal in that version Origin: vendor, https://bugs.launchpad.net/ubuntu/+source/kobodeluxe/+bug/461373 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/kobodeluxe/+bug/461373 Bug-Debian: http://bugs.debian.org/552548 Forwarded: http://www.freelists.org/post/olofsonprojects/kobodlpatch-compile-error-in-windowcpp-with-g44 --- a/graphics/window.cpp +++ b/graphics/window.cpp @@ -398,7 +398,7 @@ void window_t::center_token_fxp(int _x, */ if(token) { - char *tok = strchr(txt, token); + const char *tok = strchr(txt, token); if(tok) tokpos = tok-txt; else nge='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nfs.scm
AgeCommit message (Expand)Author
2019-01-16gnu: Move sqlite to separate module....Ricardo Wurmus
2018-11-10gnu: nfs-utils: Fix building with glibc@2.28....Efraim Flashner
2018-01-10gnu: nfs-utils: Adapt to changes in glibc 2.26....Leo Famulari
2017-05-08gnu: nfs-utils: Adjust indentation....Leo Famulari
2017-05-08gnu: nfs-utils: Update to 2.1.1....Leo Famulari
2017-01-19gnu: Move Kerberos implemetations to (gnu packages kerberos)....Ludovic Courtès