X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2Fbucomm.c;h=3406e1d6e60b6692b718161260020abcd3cbed6d;hb=01fff6e2f4aeb41d6f617bb95ad4df0d9a52ef7f;hp=a5b0054887aaeaf38bd01c99a56f1686d877db68;hpb=30727aa6d12fb866494020c0b62ab265a2bdcdfe;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/bucomm.c b/binutils/bucomm.c index a5b0054887..3406e1d6e6 100644 --- a/binutils/bucomm.c +++ b/binutils/bucomm.c @@ -1,5 +1,6 @@ /* bucomm.c -- Bin Utils COMmon code. - Copyright (C) 1991, 92, 93, 94, 95, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1991, 92, 93, 94, 95, 97, 98, 2000 + Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -33,12 +34,6 @@ typedef long time_t; #endif #endif - -#ifdef ANSI_PROTOTYPES -#include -#else -#include -#endif /* Error reporting */ @@ -64,7 +59,7 @@ bfd_fatal (string) xexit (1); } -static void +void report (format, args) const char * format; va_list args;