Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/fortune/strfile Remove obsolete NO_VOID conditional.



details:   https://anonhg.NetBSD.org/src/rev/11dd5810cf3f
branches:  trunk
changeset: 480471:11dd5810cf3f
user:      jsm <jsm%NetBSD.org@localhost>
date:      Thu Jan 13 16:19:36 2000 +0000

description:
Remove obsolete NO_VOID conditional.

diffstat:

 games/fortune/strfile/strfile.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r d192cdfa3caf -r 11dd5810cf3f games/fortune/strfile/strfile.c
--- a/games/fortune/strfile/strfile.c   Thu Jan 13 16:04:53 2000 +0000
+++ b/games/fortune/strfile/strfile.c   Thu Jan 13 16:19:36 2000 +0000
@@ -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 @@
 #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 @@
                                die("out of space"); \
                } while (0)
 
-#ifdef NO_VOID
-# define       void    char
-#endif
-
 typedef struct {
        char    first;
        off_t   pos;



Home | Main Index | Thread Index | Old Index