svn: 1245
@@ -13,7 +13,6 @@
#include "salt.h"
#include "misc_file.h"
-#ifndef CYGWIN_HACKS
#define PREFIXLEN 16
@@ -142,4 +141,3 @@ check_sum(const char *fname)
free(hash);
}
-#endif /* !CYGWIN_HACKS */
@@ -731,11 +731,9 @@ int main(int argc, char **argv)
binname = getfullbinname(argv[0]);
check_sum(binname);
if (!checked_bin_buf)
exit(1);
#ifdef HUB
egg_snprintf(userfile, 121, "%s/.u", confdir());
#endif /* HUB */