Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libedit/tty.h,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libedit/tty.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/lib/libedit/tty.h 2000/09/04 22:06:33 1.8 +++ src/lib/libedit/tty.h 2002/03/18 16:01:01 1.9 @@ -1,4 +1,4 @@ -/* $NetBSD: tty.h,v 1.8 2000/09/04 22:06:33 lukem Exp $ */ +/* $NetBSD: tty.h,v 1.9 2002/03/18 16:01:01 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -453,7 +453,7 @@ #define MD_NN 5 typedef struct { - char *t_name; + const char *t_name; u_int t_setmask; u_int t_clrmask; } ttyperm_t[NN_IO][MD_NN]; @@ -462,7 +462,7 @@ typedef unsigned char ttychar_t[NN_IO][C protected int tty_init(EditLine *); protected void tty_end(EditLine *); -protected int tty_stty(EditLine *, int, char**); +protected int tty_stty(EditLine *, int, const char **); protected int tty_rawmode(EditLine *); protected int tty_cookedmode(EditLine *); protected int tty_quotemode(EditLine *);