freebsd-ports/net/whois/files/patch-mkpasswd.c
Kurt Jaeger 5102cb74ca net/whois: update 5.2.17 -> 5.5.6
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
2020-04-11 05:49:24 +00:00

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