=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/tty.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/bc/tty.c 2013/09/19 16:12:01 1.1 --- src/usr.bin/bc/tty.c 2013/11/12 13:54:51 1.2 *************** *** 1,4 **** ! /* $OpenBSD: tty.c,v 1.1 2013/09/19 16:12:01 otto Exp $ */ /* * Copyright (c) 2013, Otto Moerbeek --- 1,4 ---- ! /* $OpenBSD: tty.c,v 1.2 2013/11/12 13:54:51 deraadt Exp $ */ /* * Copyright (c) 2013, Otto Moerbeek *************** *** 24,30 **** struct termios ttysaved, ttyedit; ! int settty(struct termios *t) { int ret; --- 24,30 ---- struct termios ttysaved, ttyedit; ! static int settty(struct termios *t) { int ret;