~ubuntu-branches/ubuntu/trusty/libpam-mount/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/allow_usernames_beginning_with_numbers/src/pmvarrun.c

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Kleineidam
  • Date: 2010-12-03 20:27:54 UTC
  • mfrom: (1.4.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101203202754-ki2m85culrxwklox
Tags: 2.7-1
* New upstream release.
  + Remove mnt_fallback patch since squeeze will have 2.5 and upgrading
    from 0.4x versions is not needed anymore.
  + Readd copy of ofl and fd0ssh to avoid installing a complete new
    package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <pwd.h>
34
34
#include "pam_mount.h"
35
35
 
 
36
#ifndef PATH_MAX
 
37
#define PATH_MAX 4096 /* Hurd does not define PATH_MAX in limits.h */
 
38
#endif
 
39
 
36
40
/* Definitions */
37
41
#define ASCIIZ_LLX      sizeof("0xFFFFFFFF""FFFFFFFF")
38
42
#define VAR_RUN         "/var/run"