Lucas Nussbaum wrote:
During a rebuild of all packages in sid, your package failed to build on i386.

Fix below should fix problem. Probably time to release ncpfs-2.2.7, it looks really bad that there is 2000+ warnings in the build.
                                                                Petr

ncpm_common.c: In function 'process_connection':
ncpm_common.c:1229: error: expected expression before 'struct'
make[2]: *** [ncpm_common.o] Error 1

diff -urN sutil.x/ncpm_common.c sutil/ncpm_common.c
--- sutil.x/ncpm_common.c       2007-06-15 01:14:28.000000000 -0700
+++ sutil/ncpm_common.c 2007-06-15 01:12:30.000000000 -0700
@@ -85,6 +85,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <signal.h>
+#include <stddef.h>
 #include <pwd.h>
 #include <grp.h>
 #include <ncp/ext/socket.h>

diff -urN sutil.x/ncpm_common.c sutil/ncpm_common.c
--- sutil.x/ncpm_common.c	2007-06-15 01:14:28.000000000 -0700
+++ sutil/ncpm_common.c	2007-06-15 01:12:30.000000000 -0700
@@ -85,6 +85,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <signal.h>
+#include <stddef.h>
 #include <pwd.h>
 #include <grp.h>
 #include <ncp/ext/socket.h>

Reply via email to