diff options
| author | Chris Wright <chris@wirex.com> | 2002-02-06 18:19:35 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-02-06 18:19:35 -0800 |
| commit | 4da68d0b68d5db2c10d9bbbdb6d4f3e766a4e3c0 (patch) | |
| tree | 4210566220161f4d6e918b05e23e6cdfd610f41e /include/linux/pm.h | |
| parent | dc83289c876a6bd3f7fefe4f2aaeb2f15429de7c (diff) | |
[PATCH] tkill ia64 syscall table entry
minor nit, but it seems the tkill() patch added a sys_tkill entry without
removing an ia64_ni_syscall entry.
Diffstat (limited to 'include/linux/pm.h')
| -rw-r--r-- | include/linux/pm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index 8cefa88e6183..ab9305b0953a 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h @@ -103,8 +103,8 @@ struct pm_dev void *data; unsigned long flags; - int state; - int prev_state; + unsigned long state; + unsigned long prev_state; struct list_head entry; }; |
