patch-1.3.28 linux/include/linux/tty.h

Next file: linux/include/linux/tty_driver.h
Previous file: linux/include/linux/timex.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.27/linux/include/linux/tty.h linux/include/linux/tty.h
@@ -203,7 +203,7 @@
 	struct termios *termios, *termios_locked;
 	int pgrp;
 	int session;
-	dev_t	device;
+	kdev_t	device;
 	unsigned long flags;
 	int count;
 	struct winsize winsize;
@@ -288,7 +288,7 @@
 extern long stli_init(long);
 #endif
 
-extern int tty_paranoia_check(struct tty_struct *tty, dev_t device,
+extern int tty_paranoia_check(struct tty_struct *tty, kdev_t device,
 			      const char *routine);
 extern char *_tty_name(struct tty_struct *tty, char *buf);
 extern char *tty_name(struct tty_struct *tty);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this