lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 29 Sep 2006 05:39:32 +0200
From:	Richard Knutsson <ricknu-0@...dent.ltu.se>
To:	akpm@...l.org
CC:	linux-kernel@...r.kernel.org
Subject: [PATCH -mm] drivers/media/video/cx88: Remove unused defined FALSE/TRUE

From: Richard Knutsson <ricknu-0@...dent.ltu.se>

Remove defines of FALSE/TRUE because they are not used.

Signed-off-by: Richard Knutsson <ricknu-0@...dent.ltu.se>

---

'find -name *.[chS] | xargs grep "cx88.h"' found nothing outside cx88/
Against 2.6.18-mm2, compile-tested


diff -Narup -X linux-2.6.18-mm2/Documentation/dontdiff linux-2.6.18-mm2/drivers/media/video/cx88/cx88.h linux-2.6.18-mm2_drivers_media_video_cx88/drivers/media/video/cx88/cx88.h
--- linux-2.6.18-mm2/drivers/media/video/cx88/cx88.h	2006-09-29 04:55:44.000000000 +0200
+++ linux-2.6.18-mm2_drivers_media_video_cx88/drivers/media/video/cx88/cx88.h	2006-09-29 04:49:48.000000000 +0200
@@ -39,12 +39,6 @@
 #include <linux/mutex.h>
 #define CX88_VERSION_CODE KERNEL_VERSION(0,0,6)
 
-#ifndef TRUE
-# define TRUE (1==1)
-#endif
-#ifndef FALSE
-# define FALSE (1==0)
-#endif
 #define UNSET (-1U)
 
 #define CX88_MAXBOARDS 8


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ