~ubuntu-branches/ubuntu/raring/heimdal/raring

« back to all changes in this revision

Viewing changes to lib/ipc/ts.c

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-07-21 17:40:58 UTC
  • mfrom: (1.1.12 upstream) (2.4.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110721174058-byiuowgocek307cs
Tags: 1.5~pre2+git20110720-2
Fix dependency on pthreads when building on Linux 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
    if (getarg(args, num_args, argc, argv, &optidx))
83
83
        usage(1);
84
 
        
 
84
 
85
85
    if (help_flag)
86
86
        usage(0);
87
 
    
 
87
 
88
88
    if (version_flag) {
89
89
        print_version(NULL);
90
90
        exit(0);