From 4330a06362a44e96fa54881709a9971dc575ebdf Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 17 Apr 2001 04:56:27 +0000 Subject: This has to be the most amusing mistake I've ever seen Steve "The Machine" Price make. Apparently, there are two different "greed" ports, and this patch was intended for the games/greed port. So in the end Steve broke both ports (at least games/greed is just now fixed on Alpha, I think). :-) For posterity, here are the details of the original commit: Fix build on Alpha for ports/games/greed. PR: 26589 Submitted by: maintainer --- games/greed/files/patch-greed.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 games/greed/files/patch-greed.c (limited to 'games/greed/files') diff --git a/games/greed/files/patch-greed.c b/games/greed/files/patch-greed.c new file mode 100644 index 000000000000..cd0f33e644c9 --- /dev/null +++ b/games/greed/files/patch-greed.c @@ -0,0 +1,10 @@ +--- greed.c.orig Sun Apr 15 00:13:39 2001 ++++ greed.c Sun Apr 15 00:13:56 2001 +@@ -200,7 +200,6 @@ + char *argv[]; + { + register val = 1; +- extern long time(); + int attribs[9]; + #ifdef A_COLOR + char *colors; -- cgit v1.2.3