=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tset/tset.c,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/tset/tset.c 2007/09/14 14:29:20 1.31 --- src/usr.bin/tset/tset.c 2007/10/15 02:16:35 1.32 *************** *** 1,4 **** ! /* $OpenBSD: tset.c,v 1.31 2007/09/14 14:29:20 chl Exp $ */ /**************************************************************************** * Copyright (c) 1998,1999,2000 Free Software Foundation, Inc. * --- 1,4 ---- ! /* $OpenBSD: tset.c,v 1.32 2007/10/15 02:16:35 deraadt Exp $ */ /**************************************************************************** * Copyright (c) 1998,1999,2000 Free Software Foundation, Inc. * *************** *** 961,969 **** */ #ifdef TERMIOS static void ! report(const char *name, int which, unsigned def) { ! unsigned older, newer; char *p; newer = mode.c_cc[which]; --- 961,969 ---- */ #ifdef TERMIOS static void ! report(const char *name, int which, unsigned int def) { ! unsigned int older, newer; char *p; newer = mode.c_cc[which];