~ubuntu-branches/ubuntu/jaunty/open-vm-tools/jaunty

« back to all changes in this revision

Viewing changes to modules/linux/vmhgfs/request.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "driver-config.h"
28
28
 
29
29
#include <asm/atomic.h>
30
 
#include <asm/semaphore.h>
31
30
#include <linux/list.h>
32
31
#include <linux/signal.h>
33
32
#include "compat_kernel.h"
34
33
#include "compat_sched.h"
 
34
#include "compat_semaphore.h"
35
35
#include "compat_slab.h"
36
36
#include "compat_spinlock.h"
37
37