~ubuntu-branches/ubuntu/oneiric/openafs/oneiric-201305130334

« back to all changes in this revision

Viewing changes to src/ptserver/ubik.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:
1
 
/* $Id: ubik.c,v 1.7.2.1 2006/03/09 06:41:54 shadow Exp $ */
 
1
/* $Id: ubik.c,v 1.7.2.2 2007/10/30 15:24:03 shadow Exp $ */
2
2
 
3
3
#include <afsconfig.h>
4
4
#include <afs/param.h>
5
5
 
6
6
RCSID
7
 
    ("$Header: /cvs/openafs/src/ptserver/ubik.c,v 1.7.2.1 2006/03/09 06:41:54 shadow Exp $");
 
7
    ("$Header: /cvs/openafs/src/ptserver/ubik.c,v 1.7.2.2 2007/10/30 15:24:03 shadow Exp $");
8
8
 
9
9
#include <sys/types.h>
10
10
#include <netinet/in.h>
11
 
 
12
 
#ifdef HAVE_STRING_H
13
11
#include <string.h>
14
 
#else
15
 
#ifdef HAVE_STRINGS_H
16
 
#include <strings.h>
17
 
#endif
18
 
#endif
19
12
 
20
13
#include <lock.h>
21
14
#define UBIK_INTERNALS