Update of /cvsroot/linuxconsole/ruby/ruby-2.6/include/linux
In directory sc8-pr-cvs1:/tmp/cvs-serv4668/include/linux
Modified Files:
console.h tty.h
Log Message:
Syned to BK tree. Shrink the diff size.
Index: console.h
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/ruby-2.6/include/linux/console.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- console.h 11 Aug 2003 16:26:46 -0000 1.1
+++ console.h 14 Nov 2003 17:44:23 -0000 1.2
@@ -15,7 +15,6 @@
#define _LINUX_CONSOLE_H_ 1
#include <linux/types.h>
-#include <linux/kdev_t.h>
#include <linux/spinlock.h>
/*
Index: tty.h
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/ruby-2.6/include/linux/tty.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tty.h 2 Oct 2003 09:32:19 -0000 1.2
+++ tty.h 14 Nov 2003 17:44:23 -0000 1.3
@@ -332,6 +332,7 @@
extern struct termios tty_std_termios;
extern struct tty_ldisc ldiscs[];
+
extern void console_init(void);
extern int vcs_init(void);
extern int vty_init(void);
|