Commit cb107a4a authored by Frank Davis's avatar Frank Davis Committed by Linus Torvalds

[PATCH] 2.5.22 : include/linux/intermezzo_psdev.h

   The following patch fixes a compile error regarding a name change
within task_struct, which affects ISLENTO().
parent edd0987b
...@@ -47,7 +47,7 @@ struct upc_comm { ...@@ -47,7 +47,7 @@ struct upc_comm {
}; };
#define ISLENTO(minor) (current->pid == upc_comms[minor].uc_pid \ #define ISLENTO(minor) (current->pid == upc_comms[minor].uc_pid \
|| current->p_pptr->pid == upc_comms[minor].uc_pid) || current->parent->pid == upc_comms[minor].uc_pid)
extern struct upc_comm upc_comms[MAX_PRESTODEV]; extern struct upc_comm upc_comms[MAX_PRESTODEV];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment