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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 17 Dec 2006 15:56:22 +0300
From:	Alexey Dobriyan <adobriyan@...il.com>
To:	netdev@...r.kernel.org
Cc:	Andi Drebes <webmaster@...grammierforen.de>,
	kernel-janitors@...ts.osdl.org
Subject: [PATCH] he: tiny space savings

From: Andi Drebes <webmaster@...grammierforen.de>

   text    data     bss     dec     hex filename
  20015     480      28   20523    502b drivers/atm/he.o
  19997     480      28   20505    5019 drivers/atm/he.o

Signed-off-by: Andi Drebes <webmaster@...grammierforen.de>
Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
---

 drivers/atm/he.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/atm/he.c
+++ b/drivers/atm/he.c
@@ -101,7 +101,7 @@ #endif /* HE_DEBUG */
 
 /* version definition */
 
-static char *version = "$Id: he.c,v 1.18 2003/05/06 22:57:15 chas Exp $";
+static const char version[] = "$Id: he.c,v 1.18 2003/05/06 22:57:15 chas Exp $";
 
 /* declarations */
 

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ