diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1997-06-25 08:14:24 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1997-06-25 08:14:24 +0000 |
| commit | bd5176cb385550bc8bb4232c161461a65e01cd2a (patch) | |
| tree | 08bd8954bc4eff60db9bbe355be2552a864a8dc8 /lib/libedit/tty.c | |
| parent | 4ce2d5b5b5d9e52ad9764b19377886701920739f (diff) | |
Notes
Diffstat (limited to 'lib/libedit/tty.c')
| -rw-r--r-- | lib/libedit/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/tty.c b/lib/libedit/tty.c index 6fdf5ea4491d..961e340284a9 100644 --- a/lib/libedit/tty.c +++ b/lib/libedit/tty.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/4/93"; typedef struct ttymodes_t { char *m_name; - int m_value; + u_int m_value; int m_type; } ttymodes_t; |
