diff options
author | dante <dante@pkgsrc.org> | 1999-07-24 22:52:44 +0000 |
---|---|---|
committer | dante <dante@pkgsrc.org> | 1999-07-24 22:52:44 +0000 |
commit | 0cf59a68bc200add97c2fb5197129b23c391d03f (patch) | |
tree | 079d9341ee44dbb3070b24e5aed25017cf930b86 /games | |
parent | 5f74693b65bead9400e456aa86b90c5028bcfb9d (diff) | |
download | pkgsrc-0cf59a68bc200add97c2fb5197129b23c391d03f.tar.gz |
Remove inclusion of "bool.h" and "std.h";
Include <stdlib.h>
Diffstat (limited to 'games')
-rw-r--r-- | games/craft/patches/patch-ag | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/craft/patches/patch-ag b/games/craft/patches/patch-ag index 5bb3218b717..c59405122c5 100644 --- a/games/craft/patches/patch-ag +++ b/games/craft/patches/patch-ag @@ -1,12 +1,12 @@ -$NetBSD: patch-ag,v 1.2 1999/07/22 23:37:45 hubertf Exp $ +$NetBSD: patch-ag,v 1.3 1999/07/24 22:52:44 dante Exp $ ---- hcc/hcc.cc.orig Tue Jul 20 03:19:57 1999 -+++ hcc/hcc.cc Fri Feb 21 12:50:16 1997 -@@ -1,6 +1,6 @@ - #include "bool.h" +--- hcc/hcc.cc.orig Sun Jul 25 00:11:11 1999 ++++ hcc/hcc.cc Sun Jul 25 00:12:37 1999 +@@ -1,6 +1,5 @@ +-#include "bool.h" #include "stdio.h" --#include <stdlib.h> -+#include "std.h" +-#include "std.h" ++#include <stdlib.h> #include "string.h" #include "ctype.h" |