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

« back to all changes in this revision

Viewing changes to src/ptserver/ptclient.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:
367
367
            foo = line;
368
368
            skip(&foo);
369
369
            for (i = 0; ((lnames.namelist_len < PR_MAXLIST)
370
 
                         && (sscanf(foo, "%s", lnames.namelist_val[i]) !=
 
370
                         && (sscanf(foo, "%63s", lnames.namelist_val[i]) !=
371
371
                             EOF)); i++) {
372
372
                lnames.namelist_len++;
373
373
                skip(&foo);