X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=gl%2Fstrerror.c;h=46153abf5f08799d4c9917e59a2a1b33c96fdd6e;hb=18f6835edaf7d640a2c9e476cb1babdbdadbfd9b;hp=b0df7784898a90c5f284cd30bd880c92f1165621;hpb=f61412478ceb7c821793c8356b936f64066508bf;p=nagiosplug.git diff --git a/gl/strerror.c b/gl/strerror.c index b0df778..46153ab 100644 --- a/gl/strerror.c +++ b/gl/strerror.c @@ -32,6 +32,9 @@ # include "intprops.h" +/* Use the system functions, not the gnulib overrides in this file. */ +# undef sprintf + # undef strerror # if ! HAVE_DECL_STRERROR # define strerror(n) NULL