~ubuntu-branches/ubuntu/precise/openafs/precise-proposed

« back to all changes in this revision

Viewing changes to src/kauth/ka_util.c

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2012-03-28 17:25:05 UTC
  • mfrom: (28.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20120328172505-y9iycrlfhtfsn7mv
Tags: 1.6.1-1
* New upstream release.
  - Do not ignore all InlineBulkStatus errors in file server.
  - Support for Linux 3.3 and 3.4.
  - Fix incorrect kernel error handling in afs_notify_change.
  - Fix locking around RXS_PreparePacket.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 *                   output of this program to be valid.
10
10
 */
11
11
 
 
12
#include <afsconfig.h>
 
13
#include <afs/param.h>
 
14
 
12
15
#include <sys/types.h>
13
16
#include <sys/time.h>
14
17
#include <stdio.h>
16
19
#include <string.h>
17
20
#include <sys/file.h>
18
21
 
19
 
#include <afsconfig.h>
20
 
#include <afs/param.h>
21
 
 
22
22
 
23
23
#include <lock.h>
24
24
#include <netinet/in.h>