From b448835995a7459e3f2e0f0cdce0e51b95ac7662 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 23 Jan 2010 22:41:25 +0100 Subject: fix typo in previous commit Signed-off-by: Bernhard Reutner-Fischer --- libc/pwd_grp/lckpwdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/pwd_grp') diff --git a/libc/pwd_grp/lckpwdf.c b/libc/pwd_grp/lckpwdf.c index da72b0fcb..adbc616a9 100644 --- a/libc/pwd_grp/lckpwdf.c +++ b/libc/pwd_grp/lckpwdf.c @@ -146,7 +146,7 @@ ulckpwdf (void) static void -noop_handler (int sig attribute_unused) +noop_handler (int sig attribute_unused) { /* We simply return which makes the `fcntl' call return with an error. */ } -- cgit v1.2.3