Package: crack
Severity: important
Tags: patch

Hi,

the current version of crack fails to build on GNU/kFreeBSD.

Simple patch to fix that is bellow. 
It would be nice if it could be included in the next upload.

Thanks in advance,

        Petr


--- src/libdes/read_pwd.c~      2005-11-04 11:26:57.000000000 +0000
+++ src/libdes/read_pwd.c       2005-11-04 11:26:57.000000000 +0000
@@ -55,7 +55,7 @@
  * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
  */
 
-#if defined(sgi) || defined(__sgi)
+#if defined(sgi) || defined(__sgi) || defined (__GLIBC__)
 #define TERMIOS
 #undef TERMIO
 #undef SGTTY





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to