~ubuntu-branches/ubuntu/lucid/ncpfs/lucid

« back to all changes in this revision

Viewing changes to contrib/pam/pam_ncp_auth.c

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2008-06-08 16:50:55 UTC
  • Revision ID: james.westby@ubuntu.com-20080608165055-8a1yzzb6ahy3medx
Tags: 2.2.6-5
* QA upload
* Maintainer is Debian QA Group <packages@qa.debian.org>
* Standards-Version is 3.8.0
* Move homepage control header to source package section
* Add debian/watch
* Fix the following lintian issues:
  W: ncpfs source: debian-rules-sets-DH_COMPAT line 9
  W: ncpfs source: debian-rules-ignores-make-clean-error line 41
  W: ncpfs source: substvar-source-version-is-deprecated libncp-dev
  W: ncpfs: maintainer-script-empty postrm
  E: ipx: duplicate-conffile /etc/ipx.conf
  E: ipx: duplicate-conffile /etc/modutils/ipx.aliases
  E: ipx: duplicate-conffile /etc/init.d/ipx

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
#include <fcntl.h>
267
267
#include <errno.h>
268
268
#include <ctype.h>
 
269
#include <syslog.h>
269
270
 
270
271
#include "support.h"
271
272