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

« back to all changes in this revision

Viewing changes to appl/test/nt_gss_common.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:
107
107
                                  GSS_C_NO_OID,
108
108
                                  &msg_ctx,
109
109
                                  &status_string);
110
 
        fprintf (stderr, "%.*s\n", 
 
110
        fprintf (stderr, "%.*s\n",
111
111
                (int)status_string.length,
112
112
                (char *)status_string.value);
113
113
        gss_release_buffer (&new_stat, &status_string);