Blame SOURCES/yp-tools-4.2.2-strict-prototypes.patch

5f1be0
--- yp-tools-yp-tools-4.2.2/src/yppasswd.c.strict-protorypes	2017-02-21 15:51:03.452034055 +0100
5f1be0
+++ yp-tools-yp-tools-4.2.2/src/yppasswd.c	2017-02-21 15:51:14.996030455 +0100
5f1be0
@@ -547,7 +547,7 @@ create_random_salt (char *salt, int num_
5f1be0
  * If other value is set or it is not set at all, SHA-512 is used.
5f1be0
  */ 
5f1be0
 static int
5f1be0
-get_env_hash_id()
5f1be0
+get_env_hash_id(void)
5f1be0
 {
5f1be0
   const char *v = getenv("YP_PASSWD_HASH");
5f1be0
   if (!v)