Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 401669 | Differences between
and this patch

Collapse All | Expand All

(-)./drivers/char/tty_io.c.orig (-1 / +1 lines)
Lines 146-152 Link Here
146
static int tty_release(struct inode *, struct file *);
146
static int tty_release(struct inode *, struct file *);
147
long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
147
long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
148
#ifdef CONFIG_COMPAT
148
#ifdef CONFIG_COMPAT
149
static long tty_compat_ioctl(struct file *file, unsigned int cmd,
149
long tty_compat_ioctl(struct file *file, unsigned int cmd,
150
				unsigned long arg);
150
				unsigned long arg);
151
#else
151
#else
152
#define tty_compat_ioctl NULL
152
#define tty_compat_ioctl NULL

Return to bug 401669