Source-Changes-HG archive

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

[src/trunk]: src/sbin/modload Remove superfluous TRUE and FALSE definitions.



details:   https://anonhg.NetBSD.org/src/rev/5240419b57a5
branches:  trunk
changeset: 559514:5240419b57a5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Mar 19 12:04:37 2004 +0000

description:
Remove superfluous TRUE and FALSE definitions.
Noted by Jeff Ito in PR 24845.

diffstat:

 sbin/modload/modload.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r fc414e8286fa -r 5240419b57a5 sbin/modload/modload.c
--- a/sbin/modload/modload.c    Fri Mar 19 10:36:55 2004 +0000
+++ b/sbin/modload/modload.c    Fri Mar 19 12:04:37 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: modload.c,v 1.44 2004/02/12 21:10:39 kleink Exp $      */
+/*     $NetBSD: modload.c,v 1.45 2004/03/19 12:04:37 wiz Exp $ */
 
 /*
  * Copyright (c) 1993 Terrence R. Lambert.
@@ -34,7 +34,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: modload.c,v 1.44 2004/02/12 21:10:39 kleink Exp $");
+__RCSID("$NetBSD: modload.c,v 1.45 2004/03/19 12:04:37 wiz Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -55,9 +55,6 @@
 #include <nlist.h>
 #include "pathnames.h"
 
-#define        TRUE 1
-#define        FALSE 0
-
 #include "modload.h"
 
 #ifndef DFLT_ENTRY



Home | Main Index | Thread Index | Old Index