Edit

IABSD.fr/src/usr.bin/mg

Branch :

  • Show log

    Commit

  • Author : florian
    Date : 2020-02-09 10:13:13
    Hash : bc698163
    Message : Do not define variables in def.h since this will lead to duplicate definitions in every source file that includes def.h Found by gcc10 in portable in gentoo and fedora. Patch from Ulrich Mueller (ulm AT gentoo.org) via Han Boetes, thanks! Ok tb