summaryrefslogtreecommitdiffstats
path: root/fortune
diff options
context:
space:
mode:
Diffstat (limited to 'fortune')
-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;