~ubuntu-branches/ubuntu/karmic/openafs/karmic-updates

« back to all changes in this revision

Viewing changes to src/kauth/token.c

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2008-09-22 19:07:02 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080922190702-59m13d7kn6gkw32d
Tags: 1.4.7.dfsg1-6
* Apply upstream patch to free /proc entries in the correct order.
  Thanks, Marc Dionne.  (Closes: #493914)
* Apply upstream deltas to support 2.6.27 kernels and to stop using
  COMMON_KERN_CFLAGS for all 2.6 kernels uniformly, which fixes
  problems on amd64 with newer kernels.  Thanks, Björn Torkelsson.
  (LP: #267504)
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #493120)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#endif
20
20
 
21
21
RCSID
22
 
    ("$Header: /cvs/openafs/src/kauth/token.c,v 1.9.2.1 2004/08/25 07:09:38 shadow Exp $");
 
22
    ("$Header: /cvs/openafs/src/kauth/token.c,v 1.9.2.2 2007/10/30 15:23:54 shadow Exp $");
23
23
 
24
24
#if defined(UKERNEL)
25
25
#include "afs/sysincludes.h"
44
44
#include <sys/socket.h>
45
45
#include <netinet/in.h>
46
46
#endif
47
 
#ifdef HAVE_STRING_H
48
47
#include <string.h>
49
 
#else
50
 
#ifdef HAVE_STRINGS_H
51
 
#include <strings.h>
52
 
#endif
53
 
#endif
54
48
/* netinet/in.h and cellconfig.h  are needed together */
55
49
#include <afs/cellconfig.h>
56
50
    /* these are needed together */