summaryrefslogtreecommitdiffstats
path: root/fortune/strfile/strfile.c
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2000-01-13 16:19:36 +0000
committerjsm <jsm@NetBSD.org>2000-01-13 16:19:36 +0000
commit1fb90bd520c51d43080df84793c5968c13834eb9 (patch)
tree6d435b6f8026621a5c6640e3c55de1e1f478cd1d /fortune/strfile/strfile.c
parente55a4c69ad6dfa55e6a3262864f6dce13f495ba3 (diff)
downloadbsdgames-darwin-1fb90bd520c51d43080df84793c5968c13834eb9.tar.gz
bsdgames-darwin-1fb90bd520c51d43080df84793c5968c13834eb9.tar.zst
bsdgames-darwin-1fb90bd520c51d43080df84793c5968c13834eb9.zip
Remove obsolete NO_VOID conditional.
Diffstat (limited to 'fortune/strfile/strfile.c')
-rw-r--r--fortune/strfile/strfile.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/fortune/strfile/strfile.c b/fortune/strfile/strfile.c
index 93adf45f..7435ec9d 100644
--- a/fortune/strfile/strfile.c
+++ b/fortune/strfile/strfile.c
@@ -1,4 +1,4 @@
-/* $NetBSD: strfile.c,v 1.16 1999/12/30 01:32:33 simonb Exp $ */
+/* $NetBSD: strfile.c,v 1.17 2000/01/13 16:19:36 jsm Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -47,7 +47,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
#if 0
static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: strfile.c,v 1.16 1999/12/30 01:32:33 simonb Exp $");
+__RCSID("$NetBSD: strfile.c,v 1.17 2000/01/13 16:19:36 jsm Exp $");
#endif
#endif /* not lint */
#endif /* __NetBSD__ */
@@ -108,10 +108,6 @@ __RCSID("$NetBSD: strfile.c,v 1.16 1999/12/30 01:32:33 simonb Exp $");
die("out of space"); \
} while (0)
-#ifdef NO_VOID
-# define void char
-#endif
-
typedef struct {
char first;
off_t pos;