~ubuntu-branches/ubuntu/raring/openafs/raring

« back to all changes in this revision

Viewing changes to src/afs/VNOPS/afs_vnop_lookup.c

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2013-03-05 01:01:49 UTC
  • mfrom: (44.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130305010149-3ui1dhq9a2fw9abp
Tags: 1.6.2-1+ubuntu2
Explicitly include -pthread in UAFS_XLIBS to fix build failure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1384
1384
    int pass = 0, hit = 0;
1385
1385
    int force_eval = afs_fakestat_enable ? 0 : 1;
1386
1386
    long dirCookie;
1387
 
    extern afs_int32 afs_mariner;       /*Writing activity to log? */
1388
1387
    afs_hyper_t versionNo;
1389
1388
    int no_read_access = 0;
1390
1389
    struct sysname_info sysState;       /* used only for @sys checking */