Loading...
gen/crypt.c Libc-825.26 Libc-583
--- Libc/Libc-825.26/gen/crypt.c
+++ Libc/Libc-583/gen/crypt.c
@@ -131,12 +131,11 @@
 #endif
 #ifndef BUILDING_VARIANT
 STATIC void init_des(), init_perm(), permute();
-#ifdef DEBUG
-#include <stdio.h>
-STATIC void prtab();
-#endif
 #endif /* BUILDING_VARIANT */
 __private_extern__ int __crypt_des_cipher(), __crypt_des_setkey();
+#ifdef DEBUG
+STATIC prtab();
+#endif
 
 /* ==================================== */
 
@@ -1024,7 +1023,7 @@
 
 #ifndef BUILDING_VARIANT
 #ifdef DEBUG
-STATIC void
+STATIC
 prtab(s, t, num_rows)
 	char *s;
 	unsigned char *t;