]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
login: fix compiler warning [-Werror=strict-prototypes]
authorKarel Zak <kzak@redhat.com>
Mon, 7 Dec 2020 12:26:33 +0000 (13:26 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Dec 2020 12:26:33 +0000 (13:26 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/login.c

index 644bdd31d2db5d33f89df746bc9445bb56868d7c..4f71925dbd48aeb618d3b5db8ae27d7b715e1446 100644 (file)
@@ -403,7 +403,7 @@ static void motd(void)
 /*
  * Display message of the day and you have mail notifications
  */
-static void display_login_messages()
+static void display_login_messages(void)
 {
        motd();