X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fmsgform.c;h=03d94c2c7814fe192b51e85c9f89aad46b9c4a54;hb=43a89745e7dd300cc0f0abe9239126de5edea8e3;hp=909e6b8ed2b62027dc197d2b91a59b40d7e731ad;hpb=ada8144bf852768101effe5657d13c36b1ed1f6f;p=citadel.git diff --git a/citadel/utils/msgform.c b/citadel/utils/msgform.c index 909e6b8ed..03d94c2c7 100644 --- a/citadel/utils/msgform.c +++ b/citadel/utils/msgform.c @@ -26,18 +26,6 @@ int fpgetfield(FILE * fp, char *string); int fmout(int width, FILE * fp); -#ifndef HAVE_STRERROR -/* - * replacement strerror() for systems that don't have it - */ -char *strerror(int e) -{ - static char buf[32]; - - snprintf(buf, sizeof buf, "errno = %d", e); - return (buf); -} -#endif int main(int argc, char **argv) {