From 2889ae3f036087985450e5109108f0f03cedd8ca Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 26 Oct 1994 14:55:39 +0000
Subject: [PATCH] Still need to declare variables.

---
 lisp/os-common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/os-common.c b/lisp/os-common.c
index 6070199ba..545cd8c74 100644
--- a/lisp/os-common.c
+++ b/lisp/os-common.c
@@ -76,7 +76,7 @@ os_vm_address_t os_reallocate(os_vm_address_t addr, os_vm_size_t old_len,
 	    os_invalidate(addr+len,-len_diff);
 	else{
 	    if(len_diff!=0){
-	      new=os_allocate(len);
+	      os_vm_address_t new=os_allocate(len);
 
 	      if(new!=NULL){
 		bcopy(addr,new,old_len);
-- 
GitLab