Subject: bin/24845: remove unused #defines in modload(8) modload.c
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <jeffi@rcn.com>
List: netbsd-bugs
Date: 03/19/2004 02:44:38
>Number:         24845
>Category:       bin
>Synopsis:       remove unused #defines in modload(8) modload.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Mar 19 02:45:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jeff Ito
>Release:        1.6ZK
>Organization:
>Environment:
NetBSD lab 1.6ZK NetBSD 1.6ZK (LAB) #4: Tue Mar  9 22:03:23 EST 2004  jeff@netbsd:/q/nbsd/src/sys/arch/i386/compile/LAB i386
>Description:
remove TRUE and FALSE defines that have not been needed since changes made in revision 1.37
>How-To-Repeat:
n/a
>Fix:
Index: modload.c
===================================================================
RCS file: /cvs/nbsd/src/sbin/modload/modload.c,v
retrieving revision 1.44
diff -u -r1.44 modload.c
--- modload.c   12 Feb 2004 21:10:39 -0000      1.44
+++ modload.c   19 Mar 2004 02:38:14 -0000
@@ -55,9 +55,6 @@
 #include <nlist.h>
 #include "pathnames.h"
 
-#define        TRUE 1
-#define        FALSE 0
-
 #include "modload.h"
 
 #ifndef DFLT_ENTRY

>Release-Note:
>Audit-Trail:
>Unformatted: