summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-10-23 15:06:48 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-10-23 15:06:48 +0000
commit95ae11115c4c9ec9f867fa2f73df1c4428a5c4ab (patch)
tree2bec752c5fcafdfcce242aacd1f1bbf962f9abc2 /games
parenta0a889ba08b0143f889bfd09f86f5111cb5a2308 (diff)
Remove redefinition of NULL; pjanzen@ OK
Diffstat (limited to 'games')
-rw-r--r--games/larn/header.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/larn/header.h b/games/larn/header.h
index 3bf94761c9b..f62d3982d51 100644
--- a/games/larn/header.h
+++ b/games/larn/header.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: header.h,v 1.10 2000/06/29 07:55:40 pjanzen Exp $ */
+/* $OpenBSD: header.h,v 1.11 2002/10/23 15:06:47 millert Exp $ */
/* $NetBSD: header.h,v 1.12 1997/10/25 01:40:48 thorpej Exp $ */
/* header.h Larn is copyrighted 1986 by Noah Morgan. */
@@ -325,7 +325,6 @@ struct sphere {
#define DEMONLORD 57
#define DEMONPRINCE 64
-#define NULL 0
#define BUFBIG 4096 /* size of the output buffer */
#define MAXIBUF 4096 /* size of the input buffer */
#define LOGNAMESIZE 40 /* max size of the players name */