Package: cfs
Version: 1.4.1-20
Severity: important
Hello,
cfs currently FTBFS on hurd-i386 because of some oldy code in getpass.c:
int (*signal())();
GNU Hurd has been having a proper signal() declaration since quite a
long time now, so please apply the attached patch.
Samuel
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.25
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
--
Samuel
> [Linux] c'est une philosophie un art de vivre, un état intérieur,
> une sorte de fluide qui nous entoure et nous pénètre.
Fais tourner stp !
-+- Guillaume in Guide du linuxien pervers - "Tous drogués j'vous dis !"
diff -ur cfs-1.4.1/getpass.c cfs-1.4.1.orig/getpass.c
--- cfs-1.4.1/getpass.c 1997-12-03 21:51:34.000000000 +0000
+++ cfs-1.4.1.orig/getpass.c 2008-05-25 12:06:24.000000000 +0000
@@ -66,7 +66,6 @@
FILE *fi;
static char pbuf[128];
#ifdef MACH
- int (*signal())();
int (*sig)();
#else
void (*sig)();