patch-1.3.15 linux/include/linux/tty_driver.h
Next file: linux/include/linux/tty_ldisc.h
Previous file: linux/include/linux/smb_fs.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Aug 1 10:02:47 1995
- Orig file:
v1.3.14/linux/include/linux/tty_driver.h
- Orig date:
Tue Jun 6 11:22:13 1995
diff -u --recursive --new-file v1.3.14/linux/include/linux/tty_driver.h linux/include/linux/tty_driver.h
@@ -98,7 +98,7 @@
struct tty_driver {
int magic; /* magic number for this structure */
- char *name;
+ const char *name;
int name_base; /* offset of printed name */
short major; /* major device number */
short minor_start; /* start of minor device number*/
@@ -124,7 +124,7 @@
int (*open)(struct tty_struct * tty, struct file * filp);
void (*close)(struct tty_struct * tty, struct file * filp);
int (*write)(struct tty_struct * tty, int from_user,
- unsigned char *buf, int count);
+ const unsigned char *buf, int count);
void (*put_char)(struct tty_struct *tty, unsigned char ch);
void (*flush_chars)(struct tty_struct *tty);
int (*write_room)(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