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>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 02 Jan 2009 05:15:58 -0500
From:	Valdis.Kletnieks@...edu
To:	Andrew Morton <akpm@...ux-foundation.org>,
	Henrik Rydberg <rydberg@...omail.se>
Cc:	linux-kernel@...r.kernel.org
Subject: 2.6.28-mmotm1230 drivers/input/input.c warning msg

patch input-allow-certain-ev_abs-events-to-bypass-all-filtering.patch
caused a new warning to be added to the compile:

  CC      drivers/input/input.o
drivers/input/input.c:1661: warning: function declaration isn’t a prototype

Fix up the declaration so the compiler knows what the prototype is.

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@...edu>

--- linux-2.6.28-mmotm1230/drivers/input/input.c.dist	2009-01-01 17:23:02.000000000 -0500
+++ linux-2.6.28-mmotm1230/drivers/input/input.c	2009-01-02 05:09:12.000000000 -0500
@@ -1657,7 +1657,7 @@ static const struct file_operations inpu
 	.open = input_open_file,
 };
 
-static void __init input_init_abs_bypass()
+static void __init input_init_abs_bypass(void)
 {
 	const unsigned int *p;
 	for (p = input_abs_bypass_init_data; *p; p++)


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ