~ubuntu-branches/ubuntu/vivid/aufs/vivid

« back to all changes in this revision

Viewing changes to sample/watchguard/probe/probe.h

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2007-12-15 23:32:51 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071215233251-2vgs2lmg8mai5d9e
Tags: 0+20071211-1ubuntu1
* Merge from debian unstable (LP: #175705), remaining changes:
  - Fix for Ubuntu Kernels (updated)
* patches/01_vserver.dpatch: Removed
* patches/06_ubuntu.dpatch: Added (update of ubuntu patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
17
17
 */
18
18
 
19
 
/* $Id: probe.h,v 1.1 2007/04/09 02:49:01 sfjro Exp $ */
 
19
/* $Id: probe.h,v 1.2 2007/06/18 01:47:17 sfjro Exp $ */
20
20
 
21
21
#include <linux/kprobes.h>
22
 
#include <asm/ptrace.h>
 
22
//#include <asm/ptrace.h>
 
23
#include <linux/ptrace.h>
23
24
#ifndef regs_return_value
24
25
#define regs_return_value(regs) ((regs)->eax)
25
26
#endif