All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20040211221324.GC14231@kroah.com>

diff --git a/a/1.txt b/N1/1.txt
index a276ab7..466f62c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -128,9 +128,9 @@ diff -Nru a/udev_config.c b/udev_config.c
  
 +static int string_is_true(char *str)
 +{
-+	if (strcasecmp(str, "true") = 0)
++	if (strcasecmp(str, "true") == 0)
 +		return 1;
-+	if (strcasecmp(str, "yes") = 0)
++	if (strcasecmp(str, "yes") == 0)
 +		return 1;
 +	return 0;
 +}
@@ -152,7 +152,7 @@ diff -Nru a/udev_config.c b/udev_config.c
  	}
  
 +#define set_bool(_name, _var)				\
-+	if (strcasecmp(variable, _name) = 0) {		\
++	if (strcasecmp(variable, _name) == 0) {		\
 +		dbg_parse("%s = '%s'", _name, value);	\
 +		_var = string_is_true(value);		\
 +	}
@@ -242,14 +242,3 @@ diff -Nru a/udevsend.c b/udevsend.c
  static inline char *get_action(void)
  {
  	char *action;
-
-
--------------------------------------------------------
-SF.Net is sponsored by: Speed Start Your Linux Apps Now.
-Build and deploy apps & Web services for Linux with
-a free DVD software kit from IBM. Click Now!
-http://ads.osdn.com/?ad_id\x1356&alloc_id438&op=click
-_______________________________________________
-Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
-Linux-hotplug-devel@lists.sourceforge.net
-https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
diff --git a/a/content_digest b/N1/content_digest
index 2bc2cb9..86e92fd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01075844602.7473.75.camel@nosferatu.lan\0"
  "From\0Greg KH <greg@kroah.com>\0"
  "Subject\0Re: [ANNOUNCE] udev 016 release\0"
- "Date\0Wed, 11 Feb 2004 22:13:24 +0000\0"
+ "Date\0Wed, 11 Feb 2004 14:13:24 -0800\0"
  "To\0Martin Schlemmer <azarah@nosferatu.za.org>\0"
  "Cc\0linux-hotplug-devel@lists.sourceforge.net"
  " Linux Kernel Mailing Lists <linux-kernel@vger.kernel.org>\0"
@@ -138,9 +138,9 @@
  " \n"
  "+static int string_is_true(char *str)\n"
  "+{\n"
- "+\tif (strcasecmp(str, \"true\") = 0)\n"
+ "+\tif (strcasecmp(str, \"true\") == 0)\n"
  "+\t\treturn 1;\n"
- "+\tif (strcasecmp(str, \"yes\") = 0)\n"
+ "+\tif (strcasecmp(str, \"yes\") == 0)\n"
  "+\t\treturn 1;\n"
  "+\treturn 0;\n"
  "+}\n"
@@ -162,7 +162,7 @@
  " \t}\n"
  " \n"
  "+#define set_bool(_name, _var)\t\t\t\t\\\n"
- "+\tif (strcasecmp(variable, _name) = 0) {\t\t\\\n"
+ "+\tif (strcasecmp(variable, _name) == 0) {\t\t\\\n"
  "+\t\tdbg_parse(\"%s = '%s'\", _name, value);\t\\\n"
  "+\t\t_var = string_is_true(value);\t\t\\\n"
  "+\t}\n"
@@ -251,17 +251,6 @@
  "+\n"
  " static inline char *get_action(void)\n"
  " {\n"
- " \tchar *action;\n"
- "\n"
- "\n"
- "-------------------------------------------------------\n"
- "SF.Net is sponsored by: Speed Start Your Linux Apps Now.\n"
- "Build and deploy apps & Web services for Linux with\n"
- "a free DVD software kit from IBM. Click Now!\n"
- "http://ads.osdn.com/?ad_id\02356&alloc_id438&op=click\n"
- "_______________________________________________\n"
- "Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net\n"
- "Linux-hotplug-devel@lists.sourceforge.net\n"
- https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
+ " \tchar *action;"
 
-243cecc8cba019cdac8d82074833ecc3e86f545927fe2d9241210e73d691bdaa
+5cd5b5d9ed72b8fa04edb98574ea864d4316cd6773b9273e32614315aff6dcee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.