You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
295 B
11 lines
295 B
Index: mkpasswd.c |
|
--- mkpasswd.c.orig 2025-08-02 01:13:07.000000000 +0200 |
|
+++ mkpasswd.c 2025-08-02 09:50:34.960957000 +0200 |
|
@@ -19,7 +19,6 @@ |
|
*/ |
|
|
|
/* for crypt, snprintf and strcasecmp */ |
|
-#define _XOPEN_SOURCE 500 |
|
#define _BSD_SOURCE 1 |
|
#define _DEFAULT_SOURCE 1 |
|
#define __EXTENSIONS__ 1
|
|
|