From 8c8af913b22767a2ebe71ba89c50647a0ce2e4ee Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 15 Oct 1991 21:52:18 +0000 Subject: [PATCH] * hosts/h-amix.h (free): Fix prototype. --- bfd/hosts/amix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,()); -- 2.30.2