projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references
[linux-2.6]
/
include
/
linux
/
console_struct.h
diff --git
a/include/linux/console_struct.h
b/include/linux/console_struct.h
index
25423f7
..
ed6c0fe
100644
(file)
--- a/
include/linux/console_struct.h
+++ b/
include/linux/console_struct.h
@@
-54,7
+54,7
@@
struct vc_data {
struct tty_struct *vc_tty; /* TTY we are attached to */
/* data for manual vt switching */
struct vt_mode vt_mode;
-
int
vt_pid;
+
struct pid *
vt_pid;
int vt_newvt;
wait_queue_head_t paste_wait;
/* mode flags */