From 31ac4ce14032ee8bc3f44a9a600bd006f054077b Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 17 May 2004 17:49:19 -0400 Subject: console code now builds on zizzer console/Makefile: Updated to build on linux and removed lots of crud that compiled, disassembled, and then reassembled console/dbmentry.s: the assembler didn't like they comments, so I removed them console/printf.c: Gcc was very unhappy, so I fixed this line h/lib.h: time_t is defined in a std header, and this was causing some problems --- system/alpha/h/lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/alpha/h') diff --git a/system/alpha/h/lib.h b/system/alpha/h/lib.h index aa28f69ab..cdfa28603 100644 --- a/system/alpha/h/lib.h +++ b/system/alpha/h/lib.h @@ -234,7 +234,7 @@ date.c extern void printDate(void); extern void setDate(ub * date); extern ui gettime(void); -extern time_t time(void); +//extern time_t time(void); extern void CheckDate(void); /*:::::::::::::: -- cgit v1.2.3