From: John Gilmore Date: Tue, 15 Oct 1991 21:52:18 +0000 (+0000) Subject: * hosts/h-amix.h (free): Fix prototype. X-Git-Tag: gdb-4_18-branchpoint~23404 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c8af913b22767a2ebe71ba89c50647a0ce2e4ee;p=thirdparty%2Fbinutils-gdb.git * hosts/h-amix.h (free): Fix prototype. --- diff --git a/bfd/hosts/amix.h b/bfd/hosts/amix.h index 8ff179f2044..8481e94644a 100644 --- a/bfd/hosts/amix.h +++ b/bfd/hosts/amix.h @@ -21,7 +21,7 @@ extern PROTO(int, abort,(void)); extern PROTO(int, close,(int)); extern PROTO(void, exit,(int)); extern PROTO(int, fclose,(FILE*)); -extern PROTO(int, free,(PTR)); +extern PROTO(void, free,(PTR)); extern PROTO(int, fseek,(FILE*, long, int)); extern PROTO(int, getgid,()); extern PROTO(int, getuid,());