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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 14 Mar 2012 08:12:32 +0100
From:	Corentin Chary <corentin.chary@...il.com>
To:	David Rientjes <rientjes@...gle.com>
Cc:	Matthew Garrett <mjg@...hat.com>,
	platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [patch -next 2/2] drivers, samsung-laptop: fix usage of isalnum

On Wed, Mar 14, 2012 at 6:59 AM, David Rientjes <rientjes@...gle.com> wrote:
> linux/ctype.h is needed for isalnum() to avoid a build error:
>
> drivers/platform/x86/samsung-laptop.c: In function ‘samsung_sabi_diag’:
> drivers/platform/x86/samsung-laptop.c:1306: error: implicit declaration of function ‘isalnum’
>
> Signed-off-by: David Rientjes <rientjes@...gle.com>
> ---
>  drivers/platform/x86/samsung-laptop.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
> --- a/drivers/platform/x86/samsung-laptop.c
> +++ b/drivers/platform/x86/samsung-laptop.c
> @@ -25,6 +25,7 @@
>  #include <linux/acpi.h>
>  #include <linux/seq_file.h>
>  #include <linux/debugfs.h>
> +#include <linux/ctype.h>
>
>  /*
>  * This driver is needed because a number of Samsung laptops do not hook

Acked-by: Corentin Chary <corentincj@...aif.net>

-- 
Corentin Chary
http://xf.iksaif.net
--
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