tags 428937 + pending thanks Hi,
Attached is the diff for my ncpfs 2.2.6-4.1 NMU. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
diff -u ncpfs-2.2.6/debian/changelog ncpfs-2.2.6/debian/changelog --- ncpfs-2.2.6/debian/changelog +++ ncpfs-2.2.6/debian/changelog @@ -1,3 +1,13 @@ +ncpfs (2.2.6-4.1) unstable; urgency=low + + * Non-maintainer upload. + * include stddef.h. Thanks go to Petr Vandrovec for the patch. + (Closes: #428937) + * contrib/pam/pam_ncp_auth.c: added include for syslog.h. Fixes + another build failure. + + -- Lucas Nussbaum <[EMAIL PROTECTED]> Sat, 12 Jan 2008 18:55:22 +0100 + ncpfs (2.2.6-4) unstable; urgency=low * Set Standards-Version to 3.7.2. only in patch2: unchanged: --- ncpfs-2.2.6.orig/sutil/ncpm_common.c +++ ncpfs-2.2.6/sutil/ncpm_common.c @@ -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> only in patch2: unchanged: --- ncpfs-2.2.6.orig/contrib/pam/pam_ncp_auth.c +++ ncpfs-2.2.6/contrib/pam/pam_ncp_auth.c @@ -266,6 +266,7 @@ #include <fcntl.h> #include <errno.h> #include <ctype.h> +#include <syslog.h> #include "support.h"