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

« back to all changes in this revision

Viewing changes to appl/kx/krb5.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:
256
256
    }
257
257
    return krb5_write (kc, to_fd, buf, len);
258
258
}
259
 
        
 
259
 
260
260
/*
261
261
 * Copy from the socket `from_fd' decrypting to `to_fd'.
262
262
 * Return 0, -1 or len.