~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/lib/krb5/ccache/ccapi/winccld.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:28:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030102853-x7v876vw4af46v0m
Tags: 1.4.4-3ubuntu1
* Merge with Debian; only Ubuntu change:
  - src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h to
    fix FTBFS (from 1.4.3-9ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
#include <windows.h>
8
8
#include <stdio.h>
 
9
#include "k5-int.h"
9
10
#include "stdcc.h"
10
 
#include "k5-int.h"
11
11
 
12
12
/* from fcc-proto.h */
13
13
extern const krb5_cc_ops krb5_fcc_ops;