5102cb74ca
PR: 243230 Submitted by: Juraj Lutter <juraj@lutter.sk> Reviewed by: fernape Approved by: coco@executive-computing.de (maintainer timeout) Relnotes: https://github.com/rfc1036/whois/blob/next/debian/changelog
10 lines
229 B
C
10 lines
229 B
C
--- mkpasswd.c.orig 2020-01-09 21:08:11 UTC
|
|
+++ mkpasswd.c
|
|
@@ -17,7 +17,6 @@
|
|
*/
|
|
|
|
/* for crypt, snprintf and strcasecmp */
|
|
-#define _XOPEN_SOURCE 500
|
|
#define _BSD_SOURCE 1
|
|
#define _DEFAULT_SOURCE 1
|
|
#define __EXTENSIONS__ 1
|