[PATCH crypt 2/8] Port sources to Cygwin

Yaakov Selkowitz yselkowi@redhat.com
Fri Aug 4 02:53:00 GMT 2017


---
 crypt_r.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/crypt_r.c b/crypt_r.c
index 5982c4c..75ba60b 100644
--- a/crypt_r.c
+++ b/crypt_r.c
@@ -1,5 +1,4 @@
 #include <crypt.h>
-#include "libc.h"
 
 struct crypt_data;
 
@@ -28,5 +27,3 @@ char *__crypt_r(const char *key, const char *salt, struct crypt_data *data)
 	}
 	return __crypt_des(key, salt, output);
 }
-
-weak_alias(__crypt_r, crypt_r);
-- 
2.13.2



More information about the Cygwin-apps mailing list