This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH crypt 2/8] Port sources to Cygwin


---
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]