Fixed 64bit-portability-issue crypt.h fixed via 0007-crypth.patch OBS-URL: https://build.opensuse.org/request/show/682142 OBS-URL: https://build.opensuse.org/package/show/network:ldap/ldapvi?expand=0&rev=4
12 lines
336 B
Diff
12 lines
336 B
Diff
diff -Naur ldapvi-1.7.orig/parse.c ldapvi-1.7/parse.c
|
|
--- ldapvi-1.7.orig/parse.c 2007-05-05 12:17:26.000000000 +0200
|
|
+++ ldapvi-1.7/parse.c 2019-03-06 13:31:09.993825529 +0100
|
|
@@ -17,6 +17,7 @@
|
|
*/
|
|
#define _XOPEN_SOURCE
|
|
#include <unistd.h>
|
|
+#include <crypt.h>
|
|
#include "common.h"
|
|
|
|
#define fast_g_string_append_c(gstring, c) \
|