summaryrefslogtreecommitdiffstats
path: root/login-utils/su.c
diff options
context:
space:
mode:
authorKarel Zak2012-07-16 18:31:45 +0200
committerKarel Zak2012-07-16 18:31:45 +0200
commit1775fce8418d53e1bdfca4a1e53d18698ee2ad63 (patch)
treea1e5d5d91685a128745c05279e8ee1d033102b9d /login-utils/su.c
parentlib/match: fix compiler warning [-Wmissing-prototypes] (diff)
downloadkernel-qcow2-util-linux-1775fce8418d53e1bdfca4a1e53d18698ee2ad63.tar.gz
kernel-qcow2-util-linux-1775fce8418d53e1bdfca4a1e53d18698ee2ad63.tar.xz
kernel-qcow2-util-linux-1775fce8418d53e1bdfca4a1e53d18698ee2ad63.zip
su: fix compiler warning [-Wmissing-prototypes]
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils/su.c')
-rw-r--r--login-utils/su.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/login-utils/su.c b/login-utils/su.c
index 5bdc0a151..f1f5fdfa6 100644
--- a/login-utils/su.c
+++ b/login-utils/su.c
@@ -675,6 +675,7 @@ usage (int status)
exit (status);
}
+static
void load_config(void)
{
logindefs_load_file("/etc/default/su");